[Add] 添加测试使用:引用后再定义

This commit is contained in:
gaoyang3513
2025-07-19 23:55:08 +08:00
parent 98fa2377a8
commit 73f67667eb

View File

@ -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."