summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2019-05-19 17:05:26 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2019-05-19 17:05:26 -0700
commit5735c325ca335a79f28d2e20b77629c6e1f0f080 (patch)
tree92763af8988eed585caebf7e6175a209628f98f3
parent2e362598168e73f935146b3b7ec4318390651cc6 (diff)
Fix awkward build cycling from using new pngcrush.
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 8605a98..d503c39 100644
--- a/makefile
+++ b/makefile
@@ -263,6 +263,7 @@ Images/%.png: %.png
@mkdir -p $(dir $@)
@echo "[pngc] $<"
@./pngcrush.sh $< $@
+ @touch $@
sysroot: sysroot.sh
@echo "Your ./sysroot/ is either missing or out of date. Please read compiling.txt for help." 1>&2