Add install target to Makefile

This commit is contained in:
The Magician 2023-12-07 15:31:34 +00:00
parent 258c39d661
commit 18cea8c07a
1 changed files with 4 additions and 0 deletions

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
install:
test -d ~/.local/bin/ || mkdir -p ~/.local/bin/
cp zk ~/.local/bin/zk
chmod +x ~/.local/bin/zk