aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/filesystems/Makefile
blob: 0ab11307b41422882b7fbda8718e6135588841cb (plain) (blame)
1
2
3
4
5
6
7
TEST_PROGS := dnotify_test
all: $(TEST_PROGS)

include ../lib.mk

clean:
	rm -fr $(TEST_PROGS)