mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-21 05:43:51 -07:00
Tweaked some messages and added more badcases
This commit is contained in:
parent
279e972b61
commit
67d27ea42d
22 changed files with 60 additions and 16 deletions
6
Makefile
6
Makefile
|
@ -1,7 +1,7 @@
|
|||
all: .tests shpell
|
||||
true
|
||||
|
||||
shpell:
|
||||
shpell: regardless
|
||||
ghc --make shpell #GHC handles the dependencies
|
||||
|
||||
.tests: *.hs */*.hs
|
||||
|
@ -9,3 +9,7 @@ shpell:
|
|||
|
||||
clean:
|
||||
rm -f .tests shpell *.hi *.o Shpell/*.hi Shpell/*.o
|
||||
|
||||
regardless:
|
||||
:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue