From e991095180f774e3582329447c291a11499989ba Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 24 Feb 2025 21:31:46 +0200 Subject: overhaul meshes + Previous name was grid --- tests/starved_grid/source.mk | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 tests/starved_grid/source.mk (limited to 'tests/starved_grid/source.mk') diff --git a/tests/starved_grid/source.mk b/tests/starved_grid/source.mk deleted file mode 100644 index 428435f..0000000 --- a/tests/starved_grid/source.mk +++ /dev/null @@ -1,6 +0,0 @@ -STARVED_TEST_OBJ != ./scripts/gen-deps --sources "tests/starved_grid/sim.c" - -TEST_PROGS += build/tests/starved_grid/sim - -build/tests/starved_grid/sim: $(STARVED_TEST_OBJ) $(OBJS) - $(COMPILE) $(STARVED_TEST_OBJ) $(OBJS) -o $@ -- cgit v1.3