1 2 3 4 5 6 7 8 9 10 11 12
TEST_PROGS := dscr_default_test dscr_default_test: LDLIBS += -lpthread all: $(TEST_PROGS) $(TEST_PROGS): ../harness.c include ../../lib.mk clean: rm -f $(TEST_PROGS) *.o