Makefile 97 B

1234567
  1. all:
  2. scons debug=1
  3. test:
  4. ./run_tests --list | tr -d '<' | xargs ./run_tests
  5. .PHONY: test all