From a4d1f36a2dfb5db56f382d9b25ea70de7ef38633 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 20 Aug 2012 16:01:01 -0400 Subject: [PATCH] Add an 'install' makefile target. --- makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.43.2