1TEST_PROGS := cp_abort 2 3all: $(TEST_PROGS) 4 5$(TEST_PROGS): ../harness.c ../utils.c 6 7include ../../lib.mk 8 9clean: 10 rm -f $(TEST_PROGS) 11