navi/Makefile

11 lines
111 B
Makefile
Raw Normal View History

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