hlint
[llpp.git] / build.sh
blob814f2039a745bb80877e8724fee7998ca73dffec
1 #!/bin/sh
2 set -e
3 set -u
5 ghc -Wall -Werror --make Build.hs \
6 -rtsopts -with-rtsopts=-I0
8 ./Build "$@"