Makefile: Don't enable tests in 'make prof'.

This commit is contained in:
John MacFarlane
2013-01-25 17:53:39 -08:00
parent f7ecbd03d4
commit 286fc44bba
+1 -1
View File
@@ -7,7 +7,7 @@ all:
cabal-dev configure --enable-tests --enable-benchmarks && cabal-dev build
prof:
cabal-dev configure --enable-tests --enable-library-profiling --enable-executable-profiling && cabal-dev build
cabal-dev configure --disable-tests --enable-library-profiling --enable-executable-profiling && cabal-dev build
prep: submodules
(cabal-dev --version || (cabal update && cabal install cabal-dev)) && \