diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:17:17 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:17:17 -0700 |
commit | ebd3c2c0e734fc99a1360014ea52ed04fe6aade4 (patch) | |
tree | 427d4866aced2a78526bab76f8af9b8bc6b4d789 /Makefile | |
parent | ff11b0a61f7345572ff2e413173d3179486162f2 (diff) | |
download | zlib-ebd3c2c0e734fc99a1360014ea52ed04fe6aade4.tar.gz zlib-ebd3c2c0e734fc99a1360014ea52ed04fe6aade4.tar.bz2 zlib-ebd3c2c0e734fc99a1360014ea52ed04fe6aade4.zip |
zlib 1.0.5v1.0.5
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | |||
22 | LDFLAGS=-L. -lz | 22 | LDFLAGS=-L. -lz |
23 | LDSHARED=$(CC) | 23 | LDSHARED=$(CC) |
24 | 24 | ||
25 | VER=1.0.4 | 25 | VER=1.0.5 |
26 | LIBS=libz.a | 26 | LIBS=libz.a |
27 | 27 | ||
28 | AR=ar rc | 28 | AR=ar rc |