File: Makefile

package info (click to toggle)
rust-cdb 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 248 kB
  • sloc: makefile: 10; sh: 9
file content (10 lines) | stat: -rw-r--r-- 127 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
all:
	cargo build
	cargo test
	$(MAKE) doc

doc:
	cargo doc --no-deps

upload:
	rsync -a --delete target/doc/ ../github/cdb-rs