navi/Makefile

15 lines
130 B
Makefile
Raw Normal View History

2019-09-20 14:01:12 -03:00
install:
2019-09-20 18:44:51 -03:00
scripts/install
2019-09-20 14:01:12 -03:00
uninstall:
2019-09-20 18:44:51 -03:00
scripts/uninstall
release:
scripts/release
2019-09-21 19:27:12 -03:00
update:
scripts/update
lint:
scripts/lint