X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=blobdiff_plain;f=Makefile;h=7e30a9f4af13c665f7af614e255510c8922d057d;hp=6b4ad4d989b28a5b152de9d00ee4d1438e6e35d7;hb=3d017dd65ddede9a11c5b7a34a91e04340e67bc4;hpb=e1e74c8f81ccbc57bf5a09987b0a9dd42648f020 diff --git a/Makefile b/Makefile index 6b4ad4d..7e30a9f 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,8 @@ run: build $(MAKE) -C examples run .setup-config: $(CABAL_FILE) Setup -# ./Setup configure - ./Setup configure -p +# ./Setup configure --disable-optimization + ./Setup configure -p --enable-split-objs Setup: Setup.hs $(GHC) --make Setup @@ -21,12 +21,12 @@ clean: $(MAKE) -C examples clean doc: .setup-config Setup - ./Setup haddock + ./Setup haddock --hyperlink-source --haddock-css=../hscolour/hscolour.css install: build - ./Setup install + sudo ./Setup install sdist: Setup ./Setup sdist -.PHONY: build run clean install doc sdist \ No newline at end of file +.PHONY: build run clean install doc sdist