]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Makefile
SSL Support
[Lucu.git] / Makefile
index fc098691ff4d4a8ec122238ec9aa74202decb1ee..4f04f26ccafb1536242963637ab557181a660edb 100644 (file)
--- 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