Skip to content

Commit 32a4885

Browse files
borneoamsteveb
authored andcommitted
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>
1 parent 22d0d4b commit 32a4885

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ coverage:
217217

218218
clean:
219219
rm -f *.o *.so *.dll *.exe lib*.a $(JIMSH) $(LIBJIM) Tcl.html _*.c libjim@SH_SOEXT@
220+
rm -f jsmn/*.o
220221
@if COVERAGE
221222
rm -f *.gcno *.gcov *.gcda */*.gcno */*.gcda */*.gcov coverage*.html
222223
rm -rf coverage_html lcov.txt genhtml_output.txt

0 commit comments

Comments
 (0)