1
0
Fork 0
remarkable-linux/tools/testing/selftests/filesystems/Makefile

8 lines
95 B
Makefile

TEST_PROGS := dnotify_test
all: $(TEST_PROGS)
include ../lib.mk
clean:
rm -fr $(TEST_PROGS)