navi/Makefile

16 lines
181 B
Makefile
Raw Normal View History

2021-08-07 18:46:07 +00:00
export PATH := /usr/local/opt/bash/bin/:$(PATH)
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:
2021-08-07 18:46:07 +00:00
scripts/test
build:
cargo build