mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 01:28:34 +08:00
17 lines
255 B
Makefile
17 lines
255 B
Makefile
all: shpell .tests
|
|
: Done
|
|
|
|
shpell: regardless
|
|
: Conditionally compiling shpell
|
|
ghc --make shpell
|
|
|
|
.tests: *.hs */*.hs
|
|
: Running unit tests
|
|
./test/runQuack && touch .tests
|
|
|
|
clean:
|
|
rm -f .tests shpell *.hi *.o Shpell/*.hi Shpell/*.o
|
|
|
|
regardless:
|
|
|