mirror of
https://github.com/denisidoro/navi
synced 2024-11-22 03:23:05 +00:00
11 lines
No EOL
111 B
Makefile
11 lines
No EOL
111 B
Makefile
install:
|
|
scripts/make install
|
|
|
|
uninstall:
|
|
scripts/make uninstall
|
|
|
|
fix:
|
|
scripts/make fix
|
|
|
|
test:
|
|
scripts/test
|