mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 18:48:16 -07:00
Renamed from codename Shpell to final name ShellCheck.
This commit is contained in:
parent
45b98f408c
commit
e264f64266
6 changed files with 49 additions and 49 deletions
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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue