1rule cc
2  command = gcc -c -o $outs $ins
3
4rule ld
5  command = gcc -o $outs $ins
6