Makefile: removed errnous echo message for make.log

This commit is contained in:
Darryl L. Miles 2025-07-24 14:41:01 +01:00 committed by R. Timothy Edwards
parent f513a0ca3b
commit bcd17d4f85
1 changed files with 0 additions and 2 deletions

View File

@ -21,11 +21,9 @@ INSTALL_CAD_DIRS = windows doc ${TECHS}
all: $(ALL_TARGET) techs
standard:
@echo --- errors and warnings logged in file make.log
@${MAKE} mains
tcl:
@echo --- errors and warnings logged in file make.log
@${MAKE} tcllibrary
force: clean all