navi/Makefile

15 lines
130 B
Makefile
Raw Normal View History

2019-09-20 17:01:12 +00:00
install:
2019-09-20 21:44:51 +00:00
scripts/install
2019-09-20 17:01:12 +00:00
uninstall:
2019-09-20 21:44:51 +00:00
scripts/uninstall
release:
scripts/release
2019-09-21 22:27:12 +00:00
update:
scripts/update
lint:
scripts/lint