summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-12-06 15:35:23 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:59:21 +0100
commit0d16fc697a6aca659d65cf0cb4dda836cdf0e981 (patch)
tree2d09eef9305db1e3e42161cacbefaa96fc5d42ec /Makefile
parent8b5170285e4a7f2e18fc49ad99ac44d1647ced27 (diff)
downloadlive-boot-0d16fc697a6aca659d65cf0cb4dda836cdf0e981.tar.gz
live-boot-0d16fc697a6aca659d65cf0cb4dda836cdf0e981.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 6f69012..cb931ca 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ LANGUAGES = de
SCRIPTS = bin/* hooks/* scripts/live scripts/live-functions scripts/live-helpers scripts/*/*
-all: test build
+all: build
test:
@echo -n "Checking for syntax errors"