From 030a248a718791697d4f43d5302231807560f054 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 Dec 2010 16:13:27 +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 39807b8b3..5820db16d 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ LANGUAGES = de SCRIPTS = cgi/* functions/* examples/*/*.sh examples/auto/* scripts/*.sh scripts/*/* -all: test build +all: build test: @echo -n "Checking for syntax errors" -- cgit v1.2.3