summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian Gass <mxey@ghosthacking.net>2009-07-07 19:03:53 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-07-07 19:05:35 +0200
commitde9ac16258499668a958e9f02f217ff8574ccba8 (patch)
treeedeb6c035cc09c50084d7fa027072e9f1a62f1f8
parent4c15ad8c37da423034ed70254b4a97f056236946 (diff)
Make test target more common
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 005cfa5..090bf11 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ build/%.1: man/1/%.pod
mkdir -p build
pod2man $< > $@
-tests: test/main
+test: test/main
zsh $< --extended
install: manuals
@@ -29,4 +29,4 @@ uninstall:
clean:
rm -rf build
-.PHONY: install manuals tests uninstall clean
+.PHONY: install manuals test uninstall clean