[Add] 添加测试使用:引用后再定义
This commit is contained in:
10
02-Test_set_after_reference/Makefile
Normal file
10
02-Test_set_after_reference/Makefile
Normal 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."
|
||||||
Reference in New Issue
Block a user