From e04f8575b4047e8415a25b7d1b22d027f79b0a1e Mon Sep 17 00:00:00 2001 From: flykhan Date: Wed, 20 Sep 2023 16:40:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E5=99=A8MAKEFILE=E7=BC=96?= =?UTF-8?q?=E8=AF=91obj=E5=88=B0objs=E6=96=87=E4=BB=B6=E5=A4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- router/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router/Makefile b/router/Makefile index 541533b..945d59c 100644 --- a/router/Makefile +++ b/router/Makefile @@ -1,6 +1,6 @@ # 定义路径变量 SRC_DIR = ./ -OBJ_DIR = ./ +OBJ_DIR = ./objs BIN_DIR = ./