summaryrefslogtreecommitdiff
path: root/contrib/pngminim/encoder/gather.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pngminim/encoder/gather.sh')
-rwxr-xr-xcontrib/pngminim/encoder/gather.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pngminim/encoder/gather.sh b/contrib/pngminim/encoder/gather.sh
index e9ccffc77..8e72b4864 100755
--- a/contrib/pngminim/encoder/gather.sh
+++ b/contrib/pngminim/encoder/gather.sh
@@ -3,7 +3,7 @@
cp ../../pngminus/pnm2png.c pnm2pngm.c
cp ../../../*.h .
cp ../../../*.c .
-rm example.c pngtest.c pngr*.c pngpread.c
+rm -f example.c pngtest.c pngpread.c pngr*.c pnggccrd.c pngvcrd.c
# Change the next 2 lines if zlib is somewhere else.
cp ../../../../zlib/*.h .
cp ../../../../zlib/*.c .