10 lines
93 B
Makefile
10 lines
93 B
Makefile
all:
|
|
|
|
TEST_PROGS := ftracetest
|
|
TEST_DIRS := test.d
|
|
|
|
include ../lib.mk
|
|
|
|
clean:
|
|
rm -rf logs/*
|