PR-URL: https://github.com/nodejs/node/pull/52835 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
4 lines
56 B
Text
4 lines
56 B
Text
rule cc
|
|
command = cc $in $out
|
|
|
|
build my.out: cc my.in
|