From c8c4ad01d7ddf01aa4e759832a3fb9b6478084f2 Mon Sep 17 00:00:00 2001 From: Elaina Claus Date: Fri, 17 Mar 2023 23:01:09 -0400 Subject: [PATCH] fixed a typo in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 459856c..8c89522 100755 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ clean: rm -rv $(BOOT_DIR) @RUST_TARGET_PATH=$(shell pwd) cargo clean --target $(TARGET) -run-debug: $(target_debug) +launch-debug: $(target_debug) @RUST_TARGET_PATH=$(shell pwd) cargo +nightly build -Z build-std --target $(TARGET) --verbose mkdir -p $(BOOT_DIR)/EFI/BOOT/ cp -v $(target_debug) $(BOOT_DIR)/EFI/BOOT/BOOTX64.EFI