diff options
author | Maximilian Gass <mxey@ghosthacking.net> | 2009-07-07 19:03:53 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-07 19:05:35 +0200 |
commit | de9ac16258499668a958e9f02f217ff8574ccba8 (patch) | |
tree | edeb6c035cc09c50084d7fa027072e9f1a62f1f8 | |
parent | 4c15ad8c37da423034ed70254b4a97f056236946 (diff) |
Make test target more common
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |