Skip to content

Commit

Permalink
Add -fprogram to cabal configure in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bmillwood committed Aug 30, 2011
1 parent 567f2b3 commit b3583e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,7 +1,7 @@
default: dist
cabal build
configure dist: $(wildcard Setup.hs *.cabal)
cabal configure -ftest
cabal configure -ftest -fprogram
clean:
cabal $@

Expand Down

0 comments on commit b3583e4

Please sign in to comment.