summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-12-06 16:13:27 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:20:38 +0100
commit030a248a718791697d4f43d5302231807560f054 (patch)
treee8bd65cab457705b3925587a32767a3d918d01db /Makefile
parented0b56b4c1e06d4dda9762baf5aeb3fcfa8112fd (diff)
downloadvyos-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--Makefile2
1 files changed, 1 insertions, 1 deletions
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"