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