diff options
author | Daniel Baumann <daniel@debian.org> | 2010-12-06 16:13:27 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:38 +0100 |
commit | 030a248a718791697d4f43d5302231807560f054 (patch) | |
tree | e8bd65cab457705b3925587a32767a3d918d01db /Makefile | |
parent | ed0b56b4c1e06d4dda9762baf5aeb3fcfa8112fd (diff) | |
download | vyos-live-build-030a248a718791697d4f43d5302231807560f054.tar.gz vyos-live-build-030a248a718791697d4f43d5302231807560f054.zip |
Don't hard-depend on test target in Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |