Makefile: cleanup targets: standard tcl

No need for submake.
This commit is contained in:
Darryl L. Miles 2025-07-24 14:44:50 +01:00 committed by R. Timothy Edwards
parent bcd17d4f85
commit a81184e205
1 changed files with 2 additions and 4 deletions

View File

@ -20,11 +20,9 @@ INSTALL_CAD_DIRS = windows doc ${TECHS}
all: $(ALL_TARGET) techs
standard:
@${MAKE} mains
standard: mains
tcl:
@${MAKE} tcllibrary
tcl: tcllibrary
force: clean all