aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b308d74c2..de807334b 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ all:
cabal-dev configure --enable-tests --enable-benchmarks && cabal-dev build
prof:
- cabal-dev configure --enable-library-profiling --enable-executable-profiling && cabal-dev build
+ cabal-dev configure --enable-tests --enable-library-profiling --enable-executable-profiling && cabal-dev build
prep: pandoc-types citeproc-hs
cabal-dev install-deps --enable-library-profiling --enable-tests --enable-benchmarks