X-Git-Url: https://gitweb.michael.orlitzky.com/?p=spline3.git;a=blobdiff_plain;f=makefile;fp=makefile;h=8c0aab460b1751ff09945b9e2a2bbbf161f5f261;hp=68f3dd35b64020d1e3858aa6fc30dc679d121b1f;hb=5c2eba920c99d5a8575f1de9ab6ef058a2d416e8;hpb=7c3b76043600fb86bd0ff50f7ae4788ab31cb41d diff --git a/makefile b/makefile index 68f3dd3..8c0aab4 100644 --- a/makefile +++ b/makefile @@ -26,7 +26,7 @@ clean: rm -f *.prof rm -f .hpc -test: $(PN).cabal $(TESTSUITE_BIN) $(DOCTESTS_BIN) $(BIN) +check: $(PN).cabal $(TESTSUITE_BIN) $(DOCTESTS_BIN) $(BIN) runghc Setup.hs test dist: