摘要: makefile中不允许使用空格必须使用tab进行缩进 打印变量 $(info 目标目录: $(dist_path)) 获取当前项目路径 current_makefile_path := $(abspath $(lastword $(MAKEFILE_LIST))) root_path = $(di 阅读全文
posted @ 2021-08-09 13:52 shiersan 阅读(113) 评论(0) 推荐(0)