1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-01 19:02:22 +01:00

Add Ninja highlight test

This commit is contained in:
Ján Priner
2020-10-30 19:14:51 +01:00
parent fc1f37d3df
commit 9daea73bba
3 changed files with 216 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
cflags = -Wall
rule cc
 command = gcc $cflags -c $in -o $out
build foo.o: cc foo.c