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