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