X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=402f95667a4c404a13787998e0f9a88d56366521;hb=a680bef0a99be6555dc0ddfed2ee0080cbf6f0b9;hp=b284d7ea57fdadabb33af4971b413961eb0f91c0;hpb=f0004b4e7452f4c8db50688f8c5e00a827c935d5;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