aboutsummaryrefslogtreecommitdiff
path: root/msdos/Makefile.bor
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:22:37 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:22:37 -0700
commit4b5a43a219d51066c01ff2ab86af18b967f2d0dd (patch)
tree4dcaf0cd18751d04cf638a9a6ec521990d4f2e90 /msdos/Makefile.bor
parent086e982175da84b3db958191031380794315f95f (diff)
downloadzlib-4b5a43a219d51066c01ff2ab86af18b967f2d0dd.tar.gz
zlib-4b5a43a219d51066c01ff2ab86af18b967f2d0dd.tar.bz2
zlib-4b5a43a219d51066c01ff2ab86af18b967f2d0dd.zip
zlib 1.2.0.5v1.2.0.5
Diffstat (limited to 'msdos/Makefile.bor')
-rw-r--r--msdos/Makefile.bor6
1 files changed, 3 insertions, 3 deletions
diff --git a/msdos/Makefile.bor b/msdos/Makefile.bor
index 4ad4061..8f8132d 100644
--- a/msdos/Makefile.bor
+++ b/msdos/Makefile.bor
@@ -1,6 +1,6 @@
1# Makefile for zlib 1# Makefile for zlib
2# Borland C++ 2# Borland C++
3# Updated for zlib-1.2.x by Cosmin Truta, 15-Mar-2003. 3# Last updated: 15-Mar-2003
4 4
5# To use, do "make -fmakefile.bor" 5# To use, do "make -fmakefile.bor"
6# To compile in small model, set below: MODEL=s 6# To compile in small model, set below: MODEL=s
@@ -103,7 +103,7 @@ test: example.exe minigzip.exe
103 103
104clean: 104clean:
105 -del *.obj 105 -del *.obj
106 -del *.exe
107 -del *.lib 106 -del *.lib
108 -del zlib_$(MODEL).bak 107 -del *.exe
108 -del zlib_*.bak
109 -del foo.gz 109 -del foo.gz