Makefile 95 B

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