6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
rule cc
|
|
command = gcc -c -o $outs $ins
|
|
|
|
rule ld
|
|
command = gcc -o $outs $ins
|