zk/Makefile

7 lines
142 B
Makefile

test:
bash_unit ./tests/test_*.sh
install:
test -d ~/.local/bin/ || mkdir -p ~/.local/bin/
cp zk ~/.local/bin/zk
chmod +x ~/.local/bin/zk