garage/Makefile

11 lines
208 B
Makefile
Raw Normal View History

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