1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-01-19 12:24:17 +00:00
2020-10-30 19:14:51 +01:00

7 lines
86 B
Plaintext
Vendored

cflags = -Wall
rule cc
command = gcc $cflags -c $in -o $out
build foo.o: cc foo.c