diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-02-24 21:31:46 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-02-24 21:31:46 +0200 |
| commit | e991095180f774e3582329447c291a11499989ba (patch) | |
| tree | 0708d2308a229b932a84d8ae803b31d296f9fc0f /tests/simple_grid/source.mk | |
| parent | 238116c1cf08b93335abd493df110a669786553e (diff) | |
| download | gran-e991095180f774e3582329447c291a11499989ba.tar.gz gran-e991095180f774e3582329447c291a11499989ba.zip | |
overhaul meshes
+ Previous name was grid
Diffstat (limited to 'tests/simple_grid/source.mk')
| -rw-r--r-- | tests/simple_grid/source.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/simple_grid/source.mk b/tests/simple_grid/source.mk deleted file mode 100644 index e2dd442..0000000 --- a/tests/simple_grid/source.mk +++ /dev/null @@ -1,6 +0,0 @@ -GRID_TEST_OBJ != ./scripts/gen-deps --sources "tests/simple_grid/sim.c" - -TEST_PROGS += build/tests/simple_grid/sim - -build/tests/simple_grid/sim: $(GRID_TEST_OBJ) $(OBJS) - $(COMPILE) $(GRID_TEST_OBJ) $(OBJS) -o $@ |
