]> gitweb.michael.orlitzky.com - dead/lwn-epub.git/commitdiff
Add an 'install' makefile target.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 19 Aug 2012 01:29:39 +0000 (21:29 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 19 Aug 2012 01:29:39 +0000 (21:29 -0400)
makefile

index 3ae65f2b7d4f7973445e7cf2d80ecc3f631354b2..a848bcc9e227bed5f264de15f287829d98eda6bc 100644 (file)
--- 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