zk/Makefile

9 lines
208 B
Makefile
Raw Normal View History

2023-12-07 16:37:01 +00:00
test:
bash_unit ./tests/test_*.sh
2023-12-19 12:12:20 +00:00
runtests:
ls -1 zk tests/* | entr -c bash_unit ./tests/test_*.sh
2023-12-07 15:31:34 +00:00
install:
test -d ~/.local/bin/ || mkdir -p ~/.local/bin/
cp zk ~/.local/bin/zk
chmod +x ~/.local/bin/zk