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