From: Michael Orlitzky Date: Mon, 20 Aug 2012 20:01:01 +0000 (-0400) Subject: Add an 'install' makefile target. X-Git-Tag: v0.0.1~2 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Flwn-epub.git;a=commitdiff_plain;h=a4d1f36a2dfb5db56f382d9b25ea70de7ef38633 Add an 'install' makefile target. --- diff --git a/makefile b/makefile index 3ae65f2..a848bcc 100644 --- a/makefile +++ b/makefile @@ -17,6 +17,8 @@ clean: rm -f *.prof rm -rf .hpc +install: $(BIN) + runghc Setup.hs install # Neither 'haddock' nor 'hscolour' seem to work properly. doc: src_html