diff options
Diffstat (limited to 'watcom/watcom_f.mak')
-rw-r--r-- | watcom/watcom_f.mak | 2 |
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 | |||
19 | CFLAGS = -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=nul -wx | 19 | CFLAGS = -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=nul -wx |
20 | ZLIB_LIB = zlib_f.lib | 20 | ZLIB_LIB = zlib_f.lib |
21 | 21 | ||
22 | .C.OBJ: | 22 | .C.OBJ: |
23 | $(CC) $(CFLAGS) $[@ | 23 | $(CC) $(CFLAGS) $[@ |
24 | 24 | ||
25 | all: $(ZLIB_LIB) example.exe minigzip.exe | 25 | all: $(ZLIB_LIB) example.exe minigzip.exe |