Home | History | Annotate | Download | only in filesystems
      1 TEST_PROGS := dnotify_test
      2 all: $(TEST_PROGS)
      3 
      4 include ../lib.mk
      5 
      6 clean:
      7 	rm -fr $(TEST_PROGS)
      8