Files
shellcheck/Makefile
2012-11-05 17:37:48 -08:00

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: