navi/Makefile

16 lines
181 B
Makefile
Raw Normal View History

2021-08-07 21:46:07 +03:00
export PATH := /usr/local/opt/bash/bin/:$(PATH)
2020-03-05 00:01:23 +03:00
install:
scripts/make install
2019-09-22 01:27:12 +03:00
2020-03-05 00:01:23 +03:00
uninstall:
2021-04-19 15:54:35 +03:00
scripts/make uninstall
fix:
2021-08-07 16:31:53 +03:00
scripts/make fix
test:
2021-08-07 21:46:07 +03:00
scripts/test
build:
cargo build