File: Makefile

package info (click to toggle)
rust-fst 0.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 6,852 kB
  • sloc: python: 30; makefile: 13; sh: 12
file content (14 lines) | stat: -rw-r--r-- 336 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
all:
	echo Nothing to do...

ctags:
	ctags --options=ctags.rust --languages=Rust src/*.rs src/*/*.rs

docs:
	cargo doc
	in-dir ./target/doc fix-perms
	rscp ./target/doc/* gopher:~/www/burntsushi.net/rustdoc/

install:
	cargo build --manifest-path ./fst-bin/Cargo.toml --release
	cp fst-bin/target/release/fst $(CARGO_INSTALL_ROOT)/bin/