From fdd21104375aecf5117389278c21ef74a6b5c87a Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sun, 4 Nov 2012 22:15:06 -0800 Subject: [PATCH] Build shpell before running tests, in case of compiler errors --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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