--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile Mon Sep 14 16:08:35 2009 +0200
@@ -0,0 +1,14 @@
+SCRIPT = check-cert
+
+.PHONY: all clean
+
+all: $(SCRIPT)
+
+clean:
+ rm -rf $(SCRIPT)
+
+%: %.pl Makefile
+ # $@
+ @perl -c $<
+ @cp -f $< $@
+ @chmod a=rx $@