sdk-hwV1.3/lichee/linux-4.9/tools/testing/selftests/filesystems/Makefile

8 lines
95 B
Makefile
Raw Normal View History

2024-05-07 10:09:20 +00:00
TEST_PROGS := dnotify_test
all: $(TEST_PROGS)
include ../lib.mk
clean:
rm -fr $(TEST_PROGS)