summaryrefslogtreecommitdiff
path: root/msdos/Makefile.bor
diff options
context:
space:
mode:
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