tpl/lang/perl/tests/Makefile
2013-03-12 16:38:58 -04:00

10 lines
86 B
Makefile

all: run_tests
run_tests:
perl ./do_tests
.PHONY: clean
clean:
rm -f test*.out