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