Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile - github.com/windirstat/walkdir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9f956f4c43387ec4dd901db1c0f1ad0c844b8027 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
all:
	echo Nothing to do...

ctags:
	ctags --recurse --options=ctags.rust --languages=Rust

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