summaryrefslogtreecommitdiffstats
path: root/tests/syntax-tests/highlighted/Ninja/test.ninja
blob: 0a78702d020e061ea5426380ca2fa987669ebf74 (plain)
1
2
3
4
5
6
cflags = -Wall

rule cc
  command = gcc $cflags -c $in -o $out

build foo.o: cc foo.c