Don't hard-depend on test target in Makefile.
This commit is contained in:
parent
ed0b56b4c1
commit
030a248a71
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ LANGUAGES = de
|
||||||
|
|
||||||
SCRIPTS = cgi/* functions/* examples/*/*.sh examples/auto/* scripts/*.sh scripts/*/*
|
SCRIPTS = cgi/* functions/* examples/*/*.sh examples/auto/* scripts/*.sh scripts/*/*
|
||||||
|
|
||||||
all: test build
|
all: build
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@echo -n "Checking for syntax errors"
|
@echo -n "Checking for syntax errors"
|
||||||
|
|
Loading…
Reference in New Issue