Removed jsoncheck. Use 'shellcheck -f json -' instead

This commit is contained in:
Vidar Holen
2013-11-12 21:39:41 -08:00
parent 17515ad706
commit 2e13cedc4b
4 changed files with 25 additions and 43 deletions

View File

@@ -9,15 +9,12 @@ shellcheck: regardless
: Conditionally compiling shellcheck
ghc $(GHCFLAGS) --make shellcheck
jsoncheck: regardless
: Conditionally compiling shellcheck
ghc $(GHCFLAGS) --make jsoncheck
.tests: *.hs */*.hs
: Running unit tests
./test/runQuack && touch .tests
clean:
rm -f .tests dist shellcheck jsoncheck *.hi *.o ShellCheck/*.hi ShellCheck/*.o
rm -f .tests shellcheck *.hi *.o ShellCheck/*.hi ShellCheck/*.o
rm -rf dist
regardless: