Home | History | Annotate | Download | only in testdata
      1 rule cc
      2   command = gcc -c -o $outs $ins
      3 
      4 build foo.o: cc foo.c
      5 
      6 build bar.o: cc bar.c
      7 
      8 default foo.o bar.o
      9