Makefile 93 B

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