diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2019-05-19 17:05:26 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2019-05-19 17:05:26 -0700 |
commit | 5735c325ca335a79f28d2e20b77629c6e1f0f080 (patch) | |
tree | 92763af8988eed585caebf7e6175a209628f98f3 /makefile | |
parent | 2e362598168e73f935146b3b7ec4318390651cc6 (diff) |
Fix awkward build cycling from using new pngcrush.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |