Makefile 97 B

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