diff options
Diffstat (limited to 'third_party/rust/byteorder/Makefile')
-rw-r--r-- | third_party/rust/byteorder/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/rust/byteorder/Makefile b/third_party/rust/byteorder/Makefile new file mode 100644 index 000000000..9f956f4c4 --- /dev/null +++ b/third_party/rust/byteorder/Makefile @@ -0,0 +1,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 |