mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 18:48:16 -07:00
Build shpell before running tests, in case of compiler errors
This commit is contained in:
parent
69183f6609
commit
fdd2110437
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,4 +1,4 @@
|
|||
all: .tests shpell
|
||||
all: shpell .tests
|
||||
true
|
||||
|
||||
shpell: regardless
|
||||
|
@ -6,7 +6,7 @@ shpell: regardless
|
|||
|
||||
.tests: *.hs */*.hs
|
||||
./test/runQuack && touch .tests
|
||||
|
||||
|
||||
clean:
|
||||
rm -f .tests shpell *.hi *.o Shpell/*.hi Shpell/*.o
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue