Makefile 93 B

12345678910
  1. all:
  2. TEST_PROGS := ftracetest
  3. TEST_DIRS := test.d
  4. include ../lib.mk
  5. clean:
  6. rm -rf logs/*