From 6d569ca396728d863d519cbabf2404fcff615873 Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Fri, 1 Jun 2018 08:46:52 -0400 Subject: [PATCH] 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. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5aaafcd..31fc673 100644 --- a/Makefile +++ b/Makefile @@ -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