1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-11-16 23:05:53 +00:00
Files
bat/tests/syntax-tests/highlighted/Ninja/test.ninja
2020-10-30 19:14:51 +01:00

517 B
Vendored

cflags = -Wall
 
rule cc
command = gcc $cflags -c $in -o $out
 
build foo.o: cc foo.c