Makefile 76 B

12345678
  1. test:
  2. @./test/run
  3. test-debug:
  4. @./test/run debug
  5. .PHONY: test test-debug