garage/Makefile

11 lines
208 B
Makefile
Raw Normal View History

2021-09-28 10:13:14 +02:00
.PHONY: doc
all:
clear; cargo build
2020-06-30 17:18:42 +02:00
2021-09-28 10:13:14 +02:00
doc:
cd doc/book; mdbook build
release:
2021-03-19 12:19:40 +01:00
RUSTFLAGS="-C link-arg=-fuse-ld=lld -C target-cpu=x86-64 -C target-feature=+sse2" cargo build --release --no-default-features