Commit 982530b1 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

changed Borland target since Borland's make doesnt understand '&'.

parent fadc0844
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -30,8 +30,10 @@ ssl:
	make

borland:
	cd lib & make -f Makefile.b32
	cd src & make -f Makefile.b32
	cd lib
	make -f Makefile.b32
	cd ..\src
	make -f Makefile.b32

mingw32:
	cd lib & make -f Makefile.m32 ZLIB=1