mirror of
https://github.com/sharkdp/bat
synced 2024-12-18 08:13:06 +00:00
6 lines
86 B
Text
Vendored
6 lines
86 B
Text
Vendored
cflags = -Wall
|
|
|
|
rule cc
|
|
command = gcc $cflags -c $in -o $out
|
|
|
|
build foo.o: cc foo.c
|