rsys

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

commit db4131e818a91797ccd279defcbd8a22d9160f24
parent 04d50e4cfc095408e14440814dbdabb2e4bf3a60
Author: vaplv <vaplv@free.fr>
Date:   Fri, 18 Feb 2022 19:06:03 +0100

Update the clean target of the Makefile

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

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