mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-04 20:58:50 +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
|