SmartAudio/lichee/linux-4.9/tools/testing/selftests/filesystems/Makefile

8 lines
95 B
Makefile
Raw Normal View History

2018-07-13 01:31:50 +00:00
TEST_PROGS := dnotify_test
all: $(TEST_PROGS)
include ../lib.mk
clean:
rm -fr $(TEST_PROGS)