mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-24 21:33:09 +09:00
14 lines
253 B
Makefile
14 lines
253 B
Makefile
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
|