diff options
author | June McEnroe <june@causal.agency> | 2018-11-11 15:21:29 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-11-11 15:21:29 -0500 |
commit | 6cb1c9b40125400666a1f95c05d0f82544977af8 (patch) | |
tree | a35ab34ecb27eaf2444f0dc842428a96054a97a5 /Makefile | |
parent | Add deflateTune.3 (diff) | |
download | zlib-man-pages-6cb1c9b40125400666a1f95c05d0f82544977af8.tar.gz zlib-man-pages-6cb1c9b40125400666a1f95c05d0f82544977af8.zip |
Add deflateBound.3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index d51dad1..3982caf 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ MAN += adler32.3 MAN += compress.3 MAN += crc32.3 MAN += deflate.3 +MAN += deflateBound.3 MAN += deflateCopy.3 MAN += deflateInit2.3 MAN += deflateParams.3 |