duduru

2023年7月15日

Makefile中的include

摘要: include 首先看下面这段makefile all: @echo "all" include test1 test1: @echo "test1 create" @echo "A=1" > test1 test2: @echo "test2 create" 第一次make: 第2次make: 分 阅读全文

posted @ 2023-07-15 22:55 duduru 阅读(0) 评论(0) 推荐(0)

导航