mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-07 22:23:59 +08:00
Compile with -O9
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,13 +1,15 @@
|
|||||||
|
GHCFLAGS=-O9
|
||||||
|
|
||||||
all: shellcheck jsoncheck .tests
|
all: shellcheck jsoncheck .tests
|
||||||
: Done
|
: Done
|
||||||
|
|
||||||
shellcheck: regardless
|
shellcheck: regardless
|
||||||
: Conditionally compiling shellcheck
|
: Conditionally compiling shellcheck
|
||||||
ghc --make shellcheck
|
ghc $(GHCFLAGS) --make shellcheck
|
||||||
|
|
||||||
jsoncheck: regardless
|
jsoncheck: regardless
|
||||||
: Conditionally compiling shellcheck
|
: Conditionally compiling shellcheck
|
||||||
ghc --make jsoncheck
|
ghc $(GHCFLAGS) --make jsoncheck
|
||||||
|
|
||||||
.tests: *.hs */*.hs
|
.tests: *.hs */*.hs
|
||||||
: Running unit tests
|
: Running unit tests
|
||||||
|
Reference in New Issue
Block a user