Skip to content

Commit

Permalink
Makefile: add profile target
Browse files Browse the repository at this point in the history
  • Loading branch information
nh2 committed Jan 5, 2013
1 parent 85923df commit b6c6ee8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ init:
test:
dist/build/tests/tests

profile:
cabal configure --enable-tests --enable-library-profiling --enable-executable-profiling
cabal build

continuous_integration: init
time cabal test

0 comments on commit b6c6ee8

Please sign in to comment.