X-Git-Url: https://gitweb.michael.orlitzky.com/?p=hath.git;a=blobdiff_plain;f=makefile;h=5d42778f0942b95ef9a0266ed324f43ba470eadb;hp=276c5123cf4c976f19c330bd0707390ee76b1c3f;hb=7622c66d1bb0592ae6cd5b9c6092ff2e0490c4a1;hpb=3c9316fed6fd100be9a5e1f8d72db6534fb163cd diff --git a/makefile b/makefile index 276c512..5d42778 100644 --- a/makefile +++ b/makefile @@ -25,7 +25,7 @@ clean: $(TESTSUITE_BIN): src/*.hs test/TestSuite.hs - runghc Setup.hs configure --user --flags=${FLAGS} --enable-tests + runghc Setup.hs configure --user --enable-tests runghc Setup.hs build test: $(BIN) $(TESTSUITE_BIN)