Fixed Makefile PHONY line.
This commit is contained in:
parent
be72a776b7
commit
8b2e2e623f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue