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