Added Makefile and horrifying test framework

This commit is contained in:
Vidar Holen
2012-11-04 20:29:21 -08:00
parent 4557f4acd3
commit c6a05179e0
3 changed files with 95 additions and 0 deletions

11
Makefile Normal file
View File

@@ -0,0 +1,11 @@
all: .tests shpell
true
shpell:
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