garage/Makefile

4 lines
74 B
Makefile
Raw Normal View History

all:
cargo fmt || true
2020-04-24 10:10:01 +00:00
RUSTFLAGS="-C link-arg=-fuse-ld=lld" cargo build