mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-07 08:57:28 +08:00
Renamed from codename Shpell to final name ShellCheck.
This commit is contained in:
10
Makefile
10
Makefile
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user