X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=blobdiff_plain;f=Makefile;h=ee4aa8edaadd6b9a6de72e52a3cc365da48bf45e;hp=39dd65c69b739ebaacdf90d332ff70bba690c3ac;hb=40c0d61e88920807a91b8f3c4419b08032988d76;hpb=854f6d1709d468f7e1bf0db2dcd2d30de6bd5f5e diff --git a/Makefile b/Makefile index 39dd65c..ee4aa8e 100644 --- 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