commit 970cf7849a50f65a0d014c98b35d9927b838fb05
parent 9377e8398ff454dad3d4c6b62d48469df417921c
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Sun, 30 Mar 2025 12:24:30 +0200
Delete resources created by tests
The 'clean' target in the makefile deletes them.
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.combustion b/Makefile.combustion
@@ -195,7 +195,7 @@ clean:
rm -f htrdr-combustion $(CMD_OBJ) $(CMD_DEP)
rm -f .config_combustion libhtrdr-combustion.o htrdr-combustion.pc
rm -f doc/htrdr-combustion.1 src/combustion/htrdr_combustion_args.h
- rm -f test_htrdr_combustion_laser
+ rm -f test_htrdr_combustion_laser laser.obj
lint: doc/htrdr-combustion.1
mandoc -Tlint -Wall doc/htrdr-combustion.1 || [ $$? -le 1 ]
diff --git a/Makefile.planets b/Makefile.planets
@@ -191,7 +191,7 @@ clean:
rm -f $(CMD_OBJ) $(CMD_DEP) htrdr-planets
rm -f .config_planets libhtrdr-planets.o htrdr-planets.pc
rm -f doc/htrdr-planets.1 src/planets/htrdr_planets_args.h
- rm -f test_htrdr_planets_source
+ rm -f test_htrdr_planets_source rnrl.bin
lint: doc/htrdr-planets.1
mandoc -Tlint -Wall doc/htrdr-planets.1 || [ $$? -le 1 ]