From 126f95a44b1522df73ead8bbf3e00d0aa03ae80a Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Mon, 26 Jul 2010 18:06:06 -0700 Subject: [PATCH] added missing compile prereq to prove make target --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 3c64ce1..577b443 100644 --- a/makefile +++ b/makefile @@ -8,7 +8,7 @@ expand: test: compile ./priv/jsx_test.escript test/cases -prove: +prove: compile prove ./priv/jsx_test.escript clean: