me8100_test_perl/Makefile
changeset 19 b95a08e3a04f
child 28 df25c194e3ce
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/me8100_test_perl/Makefile	Thu Jan 24 17:51:57 2002 +0100
@@ -0,0 +1,12 @@
+bin_SCRIPTS = test
+
+.PHONY: all clean
+
+all:	$(bin_SCRIPTS)
+clean:
+	-rm -f $(bin_SCRIPTS)
+
+%:	%.pl
+	perl -c $<
+	cp -f $< $@
+	chmod +x $@