diff -r d1686272f84d -r b95a08e3a04f me8100_test_perl/Makefile --- /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 $@