forked from Deuxfleurs/garage
Add a doc target to the Makefile
This commit is contained in:
parent
de0228ca2a
commit
78f0c9ed38
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -1,5 +1,10 @@
|
|||
.PHONY: doc
|
||||
|
||||
all:
|
||||
clear; cargo build
|
||||
|
||||
doc:
|
||||
cd doc/book; mdbook build
|
||||
|
||||
release:
|
||||
RUSTFLAGS="-C link-arg=-fuse-ld=lld -C target-cpu=x86-64 -C target-feature=+sse2" cargo build --release --no-default-features
|
||||
|
|
Loading…
Reference in a new issue