X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;fp=makefile;h=2061f444e91d607cb8ef8f8d5bb98c66422dd353;hb=a3726f89f2c7116a4e8329f8ecbe90b8ac5dc220;hp=14f4c7def998d6b12e1445d250468bd0e85345e7;hpb=70dce336e3261027dc135faebed85ea443525974;p=hath.git diff --git a/makefile b/makefile index 14f4c7d..2061f44 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ BIN = dist/build/hath/hath TESTSUITE_BIN = dist/build/testsuite/testsuite -.PHONY : test +.PHONY : test dist $(BIN): src/*.hs runghc Setup.hs clean