zk/Makefile

9 lines
208 B
Makefile

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