mirror of
https://github.com/sharkdp/bat
synced 2024-11-08 19:10:41 +00:00
7 lines
86 B
Plaintext
Vendored
7 lines
86 B
Plaintext
Vendored
cflags = -Wall
|
|
|
|
rule cc
|
|
command = gcc $cflags -c $in -o $out
|
|
|
|
build foo.o: cc foo.c
|