]> gitweb.michael.orlitzky.com - hath.git/blobdiff - makefile
Remove useless --flags in makefile.
[hath.git] / makefile
index 276c5123cf4c976f19c330bd0707390ee76b1c3f..5d42778f0942b95ef9a0266ed324f43ba470eadb 100644 (file)
--- 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)