From 5735c325ca335a79f28d2e20b77629c6e1f0f080 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 19 May 2019 17:05:26 -0700 Subject: Fix awkward build cycling from using new pngcrush. --- makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3