bat/tests/syntax-tests/highlighted/Ninja/test.ninja

7 lines
517 B
Plaintext
Raw Normal View History

2020-10-30 19:14:51 +01:00
cflags = -Wall
rule cc
 command = gcc $cflags -c $in -o $out
build foo.o: cc foo.c