summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 855ab7a..18dc376 100644
--- a/makefile
+++ b/makefile
@@ -113,8 +113,8 @@ Images/%.png: %.png
@echo "[pngc] $<"
@./pngcrush.sh $< $@
-sysroot:
- @echo "Please read compiling.txt: you do not have a ./sysroot/ folder with the on-device requirements." 1>&2
+sysroot: sysroot.sh
+ @echo "Your ./sysroot/ is either missing or out of date. Please read compiling.txt for help." 1>&2
@echo 1>&2
@exit 1