X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=4f04f26ccafb1536242963637ab557181a660edb;hb=50805329b976eb90092504d4d181269f151fbb82;hp=fc098691ff4d4a8ec122238ec9aa74202decb1ee;hpb=5fc2e72c153ade03b16071c66a08a316295bb42a;p=Lucu.git diff --git a/Makefile b/Makefile index fc09869..4f04f26 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ run: build dist/setup-config: $(CABAL_FILE) Setup # ./Setup configure --disable-optimization - ./Setup configure -p -O --enable-split-objs + ./Setup configure -O Setup: Setup.hs $(GHC) --make Setup @@ -21,7 +21,7 @@ clean: $(MAKE) -C examples clean doc: dist/setup-config Setup - ./Setup haddock --hyperlink-source --hscolour-css=../hscolour/hscolour.css + ./Setup haddock install: build sudo ./Setup install