Added a missing top-level clean to the Makefile, which is mainly

responsible for removing the log files.  Otherwise the log files
just keep accumulating output forever.
This commit is contained in:
Tim Edwards 2018-06-01 08:46:52 -04:00
parent 7a0bff846f
commit 6d569ca396
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ install-tcl-real: install-tcl-dirs
clean:
for dir in ${MODULES} ${PROGRAMS} ${UNUSED_MODULES}; do \
(cd $$dir && ${MAKE} clean); done
${RM} *.tmp */*.tmp *.sav */*.sav *.log TAGS tags
distclean:
touch defs.mak