mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-09 23:20:47 +08:00
Build shpell before running tests, in case of compiler errors
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,4 +1,4 @@
|
|||||||
all: .tests shpell
|
all: shpell .tests
|
||||||
true
|
true
|
||||||
|
|
||||||
shpell: regardless
|
shpell: regardless
|
||||||
@@ -6,7 +6,7 @@ shpell: regardless
|
|||||||
|
|
||||||
.tests: *.hs */*.hs
|
.tests: *.hs */*.hs
|
||||||
./test/runQuack && touch .tests
|
./test/runQuack && touch .tests
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f .tests shpell *.hi *.o Shpell/*.hi Shpell/*.o
|
rm -f .tests shpell *.hi *.o Shpell/*.hi Shpell/*.o
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user