From de9ac16258499668a958e9f02f217ff8574ccba8 Mon Sep 17 00:00:00 2001 From: Maximilian Gass Date: Tue, 7 Jul 2009 19:03:53 +0200 Subject: Make test target more common --- Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3