Makefile
changeset 25 adf9e5eea0ed
parent 24 02c6b4c97bd0
--- a/Makefile	Fri Nov 02 00:08:56 2007 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-BIN = mimecut
-CLEANFILES = $(BIN)
-
-.PHONY: all clean install test
-
-all:	$(BIN)
-
-test:	all
-	@rm .verbose 2>/dev/null && O=--verbose;\
-	prove $$O --timer t/
-
-verbose:
-	@touch .verbose
-
-clean:  ; -rm -f $(CLEANFILES)
-
-%:	%.pl
-	# $<
-	@perl -c - <$< 
-	@cp -f $< $@
-	@chmod a-w,+x $@