X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=402f95667a4c404a13787998e0f9a88d56366521;hb=850eb18add24bc0b455b1691f3c979f80f8daec9;hp=b284d7ea57fdadabb33af4971b413961eb0f91c0;hpb=49e04554c05717ed3828d4f815a24eeeb01e58e3;p=spline3.git diff --git a/makefile b/makefile index b284d7e..402f956 100644 --- a/makefile +++ b/makefile @@ -11,7 +11,12 @@ GHC_WARNINGS += -fwarn-unused-do-bind BIN := spline3 TMPDIR := /tmp -GHC_OPTS := $(GHC_WARNINGS) -odir $(TMPDIR) -hidir $(TMPDIR) --make -o bin/${BIN} +GHC_OPTS := $(GHC_WARNINGS) \ + -odir $(TMPDIR) \ + -hidir $(TMPDIR) \ + --make \ + -rtsopts \ + -o bin/${BIN} .PHONY : test publish_doc doc src_html hlint