mirror of
https://github.com/sharkdp/bat
synced 2026-08-11 20:11:43 +00:00
Add Ninja highlight test
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
cflags = -Wall
|
||||
|
||||
rule cc
|
||||
command = gcc $cflags -c $in -o $out
|
||||
|
||||
build foo.o: cc foo.c
|
||||
Reference in New Issue
Block a user