Compile with -O9

This commit is contained in:
Vidar Holen 2012-11-29 22:26:13 -08:00
parent 1e3b429abe
commit c2b9c1ff2a
1 changed files with 4 additions and 2 deletions

View File

@ -1,13 +1,15 @@
GHCFLAGS=-O9
all: shellcheck jsoncheck .tests
: Done
shellcheck: regardless
: Conditionally compiling shellcheck
ghc --make shellcheck
ghc $(GHCFLAGS) --make shellcheck
jsoncheck: regardless
: Conditionally compiling shellcheck
ghc --make jsoncheck
ghc $(GHCFLAGS) --make jsoncheck
.tests: *.hs */*.hs
: Running unit tests