]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Makefile
Network.HTTP.Lucu
[Lucu.git] / Makefile
index 80beeebd03181c74791cd3fda1911ac2bfa7d1f0..ee4aa8edaadd6b9a6de72e52a3cc365da48bf45e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,4 +19,10 @@ clean:
        rm -rf dist Setup Setup.o Setup.hi .setup-config
        find . -name '*~' -exec rm -f {} \;
 
-.PHONY: run build clean
\ No newline at end of file
+doc:
+       ./Setup haddock
+
+install: build
+       ./Setup install
+
+.PHONY: run build clean install doc
\ No newline at end of file