summaryrefslogtreecommitdiff
path: root/watcom/watcom_f.mak
diff options
context:
space:
mode:
Diffstat (limited to 'watcom/watcom_f.mak')
-rw-r--r--watcom/watcom_f.mak2
1 files changed, 1 insertions, 1 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