From 73f67667eb49052b06c888dfa76351937f03f33f Mon Sep 17 00:00:00 2001 From: gaoyang3513 Date: Sat, 19 Jul 2025 23:55:08 +0800 Subject: [PATCH] =?UTF-8?q?[Add]=20=E6=B7=BB=E5=8A=A0=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=EF=BC=9A=E5=BC=95=E7=94=A8=E5=90=8E=E5=86=8D?= =?UTF-8?q?=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02-Test_set_after_reference/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 02-Test_set_after_reference/Makefile diff --git a/02-Test_set_after_reference/Makefile b/02-Test_set_after_reference/Makefile new file mode 100644 index 0000000..e418000 --- /dev/null +++ b/02-Test_set_after_reference/Makefile @@ -0,0 +1,10 @@ + +PUBLIC_INCVPATH += $(PROJECT_ROOT)/public +$(warning "PUBLIC_INCVPATH : $(PUBLIC_INCVPATH), with PROJECT_ROOT not set") + +PROJECT_ROOT:=$(CURDIR) + +$(warning "PUBLIC_INCVPATH : $(PUBLIC_INCVPATH), with PROJECT_ROOT set") + +all: + @echo "This is a dummy target to ensure the Makefile is valid."