1
Fork 0

fix some warnings, small tweaks to the build

This commit is contained in:
Jake Wheat 2019-08-31 13:41:07 +01:00
parent 020b33e729
commit 4c8f612f56
4 changed files with 9 additions and 5 deletions

View file

@ -6,7 +6,7 @@
.PHONY : build
build :
cabal v2-build --enable-tests
cabal v2-build --enable-tests -fparserexe
.PHONY : test
test :