systemd-cron-next/vendor/memchr/Makefile

15 lines
253 B
Makefile
Raw Normal View History

2024-11-12 15:03:58 +03:00
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