summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 290ac68a8c31fd990b51fe460dc5a36ceaa9d98d (plain)
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/

push:
	git push origin master
	git push github master