From 924b062c0da9e68c913705f0d26ea88a63bdac1a Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 10 Jul 2022 04:55:19 -0500 Subject: [PATCH] Update makefile target/wrapper for new name. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2