From 7e87b0a7c77d0f33c1c087b5a610e1b74fcb60b4 Mon Sep 17 00:00:00 2001 From: Zhiyuan Shao Date: Mon, 8 May 2023 16:21:51 +0800 Subject: [PATCH] correct Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fde82f7..6cc2c0c 100644 --- a/Makefile +++ b/Makefile @@ -128,7 +128,7 @@ $(USER_E_TARGET): $(OBJ_DIR) $(UTIL_LIB) $(USER_E_OBJS) all: $(KERNEL_TARGET) $(USER_TARGET) $(USER_E_TARGET) .PHONY:all -run: $(KERNEL_TARGET) $(USER_TARGET) +run: $(KERNEL_TARGET) $(USER_TARGET) $(USER_E_TARGET) @echo "********************HUST PKE********************" spike $(KERNEL_TARGET) /bin/app_exec