2
0

Makefile 86 B

123456789
  1. all: run_tests
  2. run_tests:
  3. perl ./do_tests
  4. .PHONY: clean
  5. clean:
  6. rm -f test*.out