navi/Makefile

16 lines
181 B
Makefile
Raw Normal View History

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