Skip to content

Commit

Permalink
build: remove jsmn/*.o on clean
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
borneoa authored and msteveb committed Mar 5, 2023
1 parent 22d0d4b commit 32a4885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.in
Expand Up @@ -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
Expand Down

0 comments on commit 32a4885

Please sign in to comment.