2025-04-27 07:49:33 -04:00

20 lines
230 B
Makefile

# @@ COPY_RIGHT_HERE
# @@ ROADMAP :: The Makefile for $(UI)\COMMON
!ifndef NTMAKEENV
DIRS=src xlate
!endif # !NTMAKEENV
!include src\nonleaf.mk
uihlp:
cd doc
$(MAKE) -$(MAKEFLAGS) all
cd ..