Skip to content

Commit a88a006

Browse files
committed
Updated run with comment to reflect name change
1 parent 0f45c72 commit a88a006

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wm_dos16.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Watcom Makefile for building Lua 5.4.6
22
# This is the DOS 16-bit large model version
33
# There are no configurable parts to this file
4-
# Run with `wmake -f wat16.mak`
4+
# Run with `wmake -f mw_dos16.mak`
55

66
objs = $(OBJDIR)lapi.obj $(OBJDIR)lctype.obj &
77
$(OBJDIR)lfunc.obj $(OBJDIR)lmathlib.obj &

wm_dos4g.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Watcom Makefile for building Lua 5.4.6
22
# This is the DOS 4G flat model version
33
# There are no configurable parts to this file
4-
# Run with `wmake -f wat4g.mak`
4+
# Run with `wmake -f wm_dos4g.mak`
55

66
objs = $(OBJDIR)lapi.obj $(OBJDIR)lctype.obj &
77
$(OBJDIR)lfunc.obj $(OBJDIR)lmathlib.obj &

0 commit comments

Comments
 (0)