X-Git-Url: https://gitweb.michael.orlitzky.com/?p=hath.git;a=blobdiff_plain;f=makefile;h=14f4c7def998d6b12e1445d250468bd0e85345e7;hp=2d46895cc0c020349e2e9a5d55b2dcb6a330fc5b;hb=01c7ddcee2f36236e9a10f244260501a8c3caf4f;hpb=e1d16438b44ecd962565756a828c9ed8014cf894 diff --git a/makefile b/makefile index 2d46895..14f4c7d 100644 --- a/makefile +++ b/makefile @@ -13,6 +13,13 @@ profile: src/*.hs runghc Setup.hs configure --user --enable-executable-profiling runghc Setup.hs build +doc: src/*.hs + runghc Setup.hs configure --user + runghc Setup.hs hscolour --executables + runghc Setup.hs haddock --internal \ + --executables \ + --hyperlink-source + clean: runghc Setup.hs clean