remove mistaken echo

This commit is contained in:
Eric House 2013-12-05 07:55:25 -08:00
parent ea3347ad4a
commit 856474a9b9

View file

@ -37,7 +37,6 @@ for SVG in img_src/*.svg; do
SVG=$(basename $SVG)
OUT=res/$DIR/${SVG/.svg/__gen.png}
if [ -z "$CLEAN" ]; then
echo "not doing clean one"
make -f $(dirname $0)/images.mk $OUT
else
rm -f $OUT