Makefile
changeset 1 2ee0eb0ef5d3
child 3 6cc86a8d1085
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Thu Apr 28 14:28:04 2005 +0000
@@ -0,0 +1,15 @@
+# $Id$
+# $URL$
+
+ALL = send-config
+
+.PHONY:	all clean
+
+all:	$(ALL)
+clean:
+	-rm -f $(ALL)
+
+%:	%.pl
+	@perl -cT $<
+	@cp -f $< $@
+	@chmod a=rx $@