Files
Debian-9-Kernel/tools/testing/selftests/filesystems/Makefile
T

8 lines
95 B
Makefile
Raw Normal View History

2023-05-02 09:58:35 +02:00
TEST_PROGS := dnotify_test
all: $(TEST_PROGS)
include ../lib.mk
clean:
rm -fr $(TEST_PROGS)