aboutsummaryrefslogtreecommitdiff
path: root/watcom
diff options
context:
space:
mode:
Diffstat (limited to 'watcom')
-rw-r--r--watcom/watcom_f.mak2
-rw-r--r--watcom/watcom_l.mak2
2 files changed, 2 insertions, 2 deletions
diff --git a/watcom/watcom_f.mak b/watcom/watcom_f.mak
index ace6bcf..273440a 100644
--- a/watcom/watcom_f.mak
+++ b/watcom/watcom_f.mak
@@ -19,7 +19,7 @@ LINKER = wcl386
19CFLAGS = -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=nul -wx 19CFLAGS = -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=nul -wx
20ZLIB_LIB = zlib_f.lib 20ZLIB_LIB = zlib_f.lib
21 21
22.C.OBJ: 22.C.OBJ:
23 $(CC) $(CFLAGS) $[@ 23 $(CC) $(CFLAGS) $[@
24 24
25all: $(ZLIB_LIB) example.exe minigzip.exe 25all: $(ZLIB_LIB) example.exe minigzip.exe
diff --git a/watcom/watcom_l.mak b/watcom/watcom_l.mak
index d8a106f..8e0f4d1 100644
--- a/watcom/watcom_l.mak
+++ b/watcom/watcom_l.mak
@@ -19,7 +19,7 @@ LINKER = wcl
19CFLAGS = -zq -ml -s -bt=dos -oilrtfm -fr=nul -wx 19CFLAGS = -zq -ml -s -bt=dos -oilrtfm -fr=nul -wx
20ZLIB_LIB = zlib_l.lib 20ZLIB_LIB = zlib_l.lib
21 21
22.C.OBJ: 22.C.OBJ:
23 $(CC) $(CFLAGS) $[@ 23 $(CC) $(CFLAGS) $[@
24 24
25all: $(ZLIB_LIB) example.exe minigzip.exe 25all: $(ZLIB_LIB) example.exe minigzip.exe