navi/Makefile

15 lines
130 B
Makefile
Raw Normal View History

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