Makefile 95 B

12345678
  1. TEST_PROGS := dnotify_test
  2. all: $(TEST_PROGS)
  3. include ../lib.mk
  4. clean:
  5. rm -fr $(TEST_PROGS)