me8100_test_perl/Makefile
changeset 28 df25c194e3ce
parent 19 b95a08e3a04f
child 30 4e4d4b59a0af
--- a/me8100_test_perl/Makefile	Sat Jan 26 18:02:03 2002 +0100
+++ b/me8100_test_perl/Makefile	Sat Jan 26 19:46:15 2002 +0100
@@ -6,6 +6,8 @@
 clean:
 	-rm -f $(bin_SCRIPTS)
 
+test:	test.pl ME8100.pm
+
 %:	%.pl
 	perl -c $<
 	cp -f $< $@