mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-31 03:50:49 -07:00
15 lines
229 B
Makefile
15 lines
229 B
Makefile
all: shpell .tests
|
|
true
|
|
|
|
shpell: regardless
|
|
ghc --make shpell #GHC handles the dependencies
|
|
|
|
.tests: *.hs */*.hs
|
|
./test/runQuack && touch .tests
|
|
|
|
clean:
|
|
rm -f .tests shpell *.hi *.o Shpell/*.hi Shpell/*.o
|
|
|
|
regardless:
|
|
:
|
|
|