aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2022-07-10 04:55:19 -0500
committerRob Landley <rob@landley.net>2022-07-10 04:55:19 -0500
commit924b062c0da9e68c913705f0d26ea88a63bdac1a (patch)
tree5265f5c1b5a64de6d090f55534088a46699bc979 /Makefile
parentd6488676ceeeac92a168113be0ba08cd1a9aa63c (diff)
downloadtoybox-924b062c0da9e68c913705f0d26ea88a63bdac1a.tar.gz
Update makefile target/wrapper for new name.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 40987027..18cd32c6 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,7 @@ root:
scripts/mkroot.sh $(MAKEFLAGS)
run_root:
- cd root/"$${CROSS:-host}" && ./qemu-*.sh
+ cd root/"$${CROSS:-host}" && ./run-qemu.sh
help::
@cat scripts/help.txt