summaryrefslogtreecommitdiffstats
path: root/misc/afl-fuzz/build.ninja
blob: 52cd2f151bbcee847bd0bec25149fc47fb2a68c8 (plain)
1
2
3
4
5
rule b
  command = clang -MMD -MF $out.d -o $out -c $in
  description = building $out

build a.o: b a.c