Build shpell before running tests, in case of compiler errors

This commit is contained in:
Vidar Holen
2012-11-04 22:15:06 -08:00
parent 69183f6609
commit fdd2110437

View File

@@ -1,4 +1,4 @@
all: .tests shpell
all: shpell .tests
true
shpell: regardless
@@ -6,7 +6,7 @@ shpell: regardless
.tests: *.hs */*.hs
./test/runQuack && touch .tests
clean:
rm -f .tests shpell *.hi *.o Shpell/*.hi Shpell/*.o