]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Makefile
Exodus to GHC 6.8.1
[Lucu.git] / Makefile
index 6b4ad4d989b28a5b152de9d00ee4d1438e6e35d7..7e30a9f4af13c665f7af614e255510c8922d057d 100644 (file)
--- 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