shellcheck/Makefile

16 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:
: