Fixed Makefile PHONY line.

This commit is contained in:
John MacFarlane 2013-01-25 11:09:12 -08:00
parent be72a776b7
commit 8b2e2e623f

View file

@ -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