makefile


Makefile

目标: 依赖
tab 命令

a:b c
    @echo "hello world"
b:
    @echo "hello b"
c:
    @echo "hello c"

output

hello b
hello c
hello world

Author: Moule Lin
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint polocy. If reproduced, please indicate source Moule Lin !
  TOC