diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |