aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2023-03-06 00:16:58 +0100
committerSteve Bennett <steveb@workware.net.au>2023-03-06 09:42:04 +1000
commit32a488587a3edadebd9d03f9adfe818efaf13ae6 (patch)
tree1c2e3765a4b2c67bef2d436098a5232ca8912a10
parent22d0d4b8b6c7218159f19c500c239e297cb0121a (diff)
downloadjimtcl-32a488587a3edadebd9d03f9adfe818efaf13ae6.zip
jimtcl-32a488587a3edadebd9d03f9adfe818efaf13ae6.tar.gz
jimtcl-32a488587a3edadebd9d03f9adfe818efaf13ae6.tar.bz2
build: remove jsmn/*.o on clean
json decoder is available since jimtcl 0.79, but the Makefile does not remove the related object files during 'make clean'. Add jsmn/*.o in the list of files to remove during 'make clean'. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index d9ef3c9..6d46535 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -217,6 +217,7 @@ coverage:
clean:
rm -f *.o *.so *.dll *.exe lib*.a $(JIMSH) $(LIBJIM) Tcl.html _*.c libjim@SH_SOEXT@
+ rm -f jsmn/*.o
@if COVERAGE
rm -f *.gcno *.gcov *.gcda */*.gcno */*.gcda */*.gcov coverage*.html
rm -rf coverage_html lcov.txt genhtml_output.txt