Don't hard-depend on test target in Makefile.

This commit is contained in:
Daniel Baumann 2010-12-06 16:13:27 +01:00
parent ed0b56b4c1
commit 030a248a71
1 changed files with 1 additions and 1 deletions

View File

@ -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"