diff --git a/Makefile b/Makefile index 003a4f1..0f135ec 100644 --- a/Makefile +++ b/Makefile @@ -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