rsys

Basic data structures and low-level features
git clone git://git.meso-star.fr/rsys.git
Log | Files | Refs | README | LICENSE

commit da4fa54ef1e49351f2ac6930b4f637fde5e40daa
parent 6c424f6ec29dc2e9f5e4f1f2e5005f2f687f90da
Author: vaplv <vincent.forest@meso-star.com>
Date:   Wed, 16 Mar 2022 11:38:12 +0100

Update the make clean target

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -334,7 +334,7 @@ all: build_library build_tests clean: @rm -f $(OBJ) $(TEST_OBJ) librsys.so libtest_lib.so test_lib.o .test \ - rsys.pc .test.ppm test_text_reader.txt + rsys.pc .test.ppm test_text_reader.txt test.ppm @rm -f $$(for i in $(TEST_SRC); do echo $${i} | sed 's/src\/\(.\{1,\}\).c$$/\1/'; done) distclean: clean