From: Gisle Vanem Date: Sat, 8 Jan 2005 16:12:27 +0000 (+0000) Subject: Added Watcom targets. X-Git-Tag: curl-7_13_0~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=945423e83a64bf6e20214e2ea17ca53205adf6df;p=curl Added Watcom targets. --- diff --git a/Makefile.dist b/Makefile.dist index d633b385d..81a23f5ae 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -53,6 +53,18 @@ borland-clean: cd ..\src make -f Makefile.b32 clean +watcom: + cd lib + wmake -f Makefile.Watcom + cd ..\src + wmake -f Makefile.Watcom + +watcom-clean: + cd lib + wmake -f Makefile.Watcom clean + cd ..\src + wmake -f Makefile.Watcom clean + mingw32: $(MAKE) -C lib -f Makefile.m32 ZLIB=1 $(MAKE) -C src -f Makefile.m32 ZLIB=1