navi/Makefile

11 lines
111 B
Makefile
Raw Normal View History

2020-03-04 18:01:23 -03:00
install:
scripts/make install
2019-09-21 19:27:12 -03:00
2020-03-04 18:01:23 -03:00
uninstall:
2021-04-19 09:54:35 -03:00
scripts/make uninstall
fix:
2021-08-07 10:31:53 -03:00
scripts/make fix
test:
scripts/test