* only rebuild targets that are not up-to-date
This commit is contained in:
parent
462b2e584a
commit
1a0aa1b36e
1 changed files with 1 additions and 1 deletions
2
all.do
2
all.do
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
for file in $(ls *.svg); do
|
for file in $(ls *.svg); do
|
||||||
redo "$(basename $file .svg)".png
|
redo-ifchange "$(basename $file .svg)".png
|
||||||
done;
|
done;
|
Loading…
Reference in a new issue