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