TEST_PROGS := dnotify_test
all: $(TEST_PROGS)

include ../lib.mk

clean:
	rm -fr $(TEST_PROGS)