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