mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
remove mistaken echo
This commit is contained in:
parent
ea3347ad4a
commit
856474a9b9
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue