src/backup.rs - improve doc

This commit is contained in:
Dietmar Maurer
2019-02-12 13:27:11 +01:00
parent 93d5d77952
commit d78345bcfc
2 changed files with 15 additions and 1 deletions

View File

@ -49,6 +49,9 @@ $(SUBDIRS):
test:
cargo test $(CARGO_BUILD_ARGS)
doc:
cargo doc $(CARGO_BUILD_ARGS)
# always re-create this dir
# but also copy the local target/ dir as a build-cache
.PHONY: build