Add recipe for building documentation
This commit is contained in:
parent
b265eae52e
commit
ac0f77c260
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -1,4 +1,7 @@
|
||||||
all: doc/architecture.pdf server
|
all: server documentation
|
||||||
|
|
||||||
|
documentation: doc/architecture.pdf
|
||||||
|
@cargo doc --document-private-items --no-deps
|
||||||
|
|
||||||
server: src/main.rs
|
server: src/main.rs
|
||||||
@cargo build
|
@cargo build
|
||||||
|
|
Loading…
Reference in a new issue