1rule b 2 command = clang -MMD -MF $out.d -o $out -c $in 3 description = building $out 4 5build a.o: b a.c 6