]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commitdiff
Minor makefile fix.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 14 Jan 2014 00:12:59 +0000 (19:12 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 14 Jan 2014 00:12:59 +0000 (19:12 -0500)
makefile

index 1a585c0d9b6cf308ca68432d02c434b872b86a14..df34c79710162399f5bc13263f6624b0708f2d76 100644 (file)
--- a/makefile
+++ b/makefile
@@ -52,9 +52,9 @@ clean:
        runghc Setup.hs clean
        rm -f *.log
        rm -f *.xml
-       rm *.prof
        rm -rf tmp
        rm -f schemagen/*.dtd
+       find ./ -name '*.prof' -delete
        find ./ -name '*.o' -delete
        find ./ -name '*.hi' -delete