From 8610eeefad5b1b0ed38fb0f4d77d7b09245688a6 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Mon, 7 Jun 2010 17:58:44 -0700 Subject: [PATCH] makefile test target now compiles first --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index ca14dbf..07c0c8a 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ compile: ./priv/jsx compile -test: force +test: compile ./priv/jsx test examples: force