blob: 2d3a6e8879f65b027eb352eebf532674ef1635b5 (
plain) (
blame)
1
2
3
4
5
6
|
STARVED_TEST_OBJ != ./scripts/gen-deps --sources "tests/starved_mesh/sim.c"
TEST_PROGS += build/tests/starved_mesh/sim
build/tests/starved_mesh/sim: $(STARVED_TEST_OBJ) $(OBJS)
$(COMPILE) $(STARVED_TEST_OBJ) $(OBJS) -o $@
|