diff options
Diffstat (limited to 'contrib/pngminim/preader/gather.sh')
-rwxr-xr-x | contrib/pngminim/preader/gather.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pngminim/preader/gather.sh b/contrib/pngminim/preader/gather.sh index fe115099e..357bb9a7d 100755 --- a/contrib/pngminim/preader/gather.sh +++ b/contrib/pngminim/preader/gather.sh @@ -7,4 +7,4 @@ rm example.c pngtest.c pngw*.c # change the following 2 lines if zlib is somewhere else cp ../../../../zlib/*.h . cp ../../../../zlib/*.c . -rm minigzip.c example.c compress.c deflate.c +rm minigzip.c example.c compress.c deflate.c gz* |