From 0d16fc697a6aca659d65cf0cb4dda836cdf0e981 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 Dec 2010 15:35:23 +0100 Subject: Don't hard-depend on test target in Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6f69012..cb931ca 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ LANGUAGES = de SCRIPTS = bin/* hooks/* scripts/live scripts/live-functions scripts/live-helpers scripts/*/* -all: test build +all: build test: @echo -n "Checking for syntax errors" -- cgit v1.2.3