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