mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
Rust implementation (#197)
This commit is contained in:
parent
684702e770
commit
c5cd85bb41
75 changed files with 1550 additions and 1955 deletions
14
Makefile
14
Makefile
|
|
@ -1,14 +1,8 @@
|
|||
install:
|
||||
scripts/install
|
||||
|
||||
install:
|
||||
scripts/make install
|
||||
|
||||
uninstall:
|
||||
scripts/uninstall
|
||||
|
||||
release:
|
||||
scripts/release
|
||||
|
||||
update:
|
||||
scripts/update
|
||||
|
||||
lint:
|
||||
scripts/lint
|
||||
scripts/make uninstall
|
||||
Loading…
Add table
Add a link
Reference in a new issue