changeset 3 | 2fcd20b32b2e |
parent 2 | 5bdd42401211 |
child 11 | 1fccf68e52c6 |
--- a/Makefile Mon Sep 03 12:22:41 2007 +0000 +++ b/Makefile Mon Sep 03 12:28:14 2007 +0000 @@ -1,12 +1,14 @@ BIN = mimecut CLEANFILES = $(BIN) -.PHONY: all clean install +.PHONY: all clean install test all: $(BIN) -clean: - -rm -f $(CLEANFILES) +test: all + prove --timer t/ + +clean: ; -rm -f $(CLEANFILES) %: %.pl # $<