From 8b2e2e623facbce81583086446555f9282652eab Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 25 Jan 2013 11:09:12 -0800 Subject: Fixed Makefile PHONY line. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5d1e3680a..86528fbdb 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # This Makefile is for development only. It requires cabal-dev. # To get started, do 'make prep' and then 'make' or 'make quick'. -.PHONY: prep, submodules, all, quick, bench, clean, veryclean, install, sdist +.PHONY: prep submodules all quick bench clean veryclean install sdist all: cabal-dev configure --enable-tests --enable-benchmarks && cabal-dev build -- cgit v1.2.3