blob: 1d52586869ee77b7f4a206c4a0ec990650126462 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# call MinGW32 Makefile with the dependencies libcurl is build.
all:
$(MAKE) -f Makefile.m32 SSL=1 SSH2=1 ZLIB=1 IDN=1 SSPI=1
clean:
$(MAKE) -f Makefile.m32 clean
distrib:
$(MAKE) -f Makefile.m32 distrib
|