diff -r af315e1a9b1e -r 1fccf68e52c6 Makefile --- a/Makefile Wed Sep 05 14:52:16 2007 +0000 +++ b/Makefile Wed Sep 05 23:15:45 2007 +0000 @@ -1,4 +1,4 @@ -BIN = mimecut +BIN = mimecut hs12 CLEANFILES = $(BIN) .PHONY: all clean install test @@ -6,7 +6,11 @@ all: $(BIN) test: all - prove --timer t/ + @rm .verbose 2>/dev/null && O=--verbose;\ + prove $$O --timer t/ + +verbose: + @touch .verbose clean: ; -rm -f $(CLEANFILES)