From 25f78dc4324dee02339afb90b0e711b388d26fd3 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 14 Aug 2012 10:01:33 -0700 Subject: Added install target to Makefile. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7628ab196..73923dc77 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ # This Makefile is for development only. It requires cabal-dev. # To get started, do 'make prep' and then 'make' or 'make quick'. -.PHONY: prep, all, quick, bench, clean +.PHONY: prep, all, quick, bench, clean, install + all: cabal-dev configure --enable-tests --enable-benchmarks && cabal-dev build @@ -25,3 +26,5 @@ citeproc-hs: pandoc-types git clone https://github.com/jgm/citeproc-hs && \ cabal-dev add-source citeproc-hs +install: + cabal-dev install -- cgit v1.2.3