aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:17:17 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:17:17 -0700
commitebd3c2c0e734fc99a1360014ea52ed04fe6aade4 (patch)
tree427d4866aced2a78526bab76f8af9b8bc6b4d789 /Makefile
parentff11b0a61f7345572ff2e413173d3179486162f2 (diff)
downloadzlib-ebd3c2c0e734fc99a1360014ea52ed04fe6aade4.tar.gz
zlib-ebd3c2c0e734fc99a1360014ea52ed04fe6aade4.tar.bz2
zlib-ebd3c2c0e734fc99a1360014ea52ed04fe6aade4.zip
zlib 1.0.5v1.0.5
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 71b269b..b216ba7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
1# Makefile for zlib 1# Makefile for zlib
2# Copyright (C) 1995-1996 Jean-loup Gailly. 2# Copyright (C) 1995-1998 Jean-loup Gailly.
3# For conditions of distribution and use, see copyright notice in zlib.h 3# For conditions of distribution and use, see copyright notice in zlib.h
4 4
5# To compile and test, type: 5# To compile and test, type:
@@ -22,7 +22,7 @@ CFLAGS=-O
22LDFLAGS=-L. -lz 22LDFLAGS=-L. -lz
23LDSHARED=$(CC) 23LDSHARED=$(CC)
24 24
25VER=1.0.4 25VER=1.0.5
26LIBS=libz.a 26LIBS=libz.a
27 27
28AR=ar rc 28AR=ar rc