Renamed from codename Shpell to final name ShellCheck.

This commit is contained in:
Vidar Holen
2012-11-06 11:31:53 -08:00
parent 45b98f408c
commit e264f64266
6 changed files with 49 additions and 49 deletions

View File

@@ -1,16 +1,16 @@
all: shpell .tests
all: shellcheck .tests
: Done
shpell: regardless
: Conditionally compiling shpell
ghc --make shpell
shellcheck: regardless
: Conditionally compiling shellcheck
ghc --make shellcheck
.tests: *.hs */*.hs
: Running unit tests
./test/runQuack && touch .tests
clean:
rm -f .tests shpell *.hi *.o Shpell/*.hi Shpell/*.o
rm -f .tests shellcheck *.hi *.o ShellCheck/*.hi ShellCheck/*.o
regardless: