Add Makefile with install target

This commit is contained in:
The Magician 2023-11-21 11:52:32 +00:00
parent 1e751ef949
commit 0405ec7023
1 changed files with 3 additions and 0 deletions

3
Makefile Normal file
View File

@ -0,0 +1,3 @@
install:
test -d ~/.local/bin || mkdir -p ~/.local/bin
cp $(shell find $(shell pwd) -type f -perm /u+x -not -path "$(shell pwd)/.git/*") ~/.local/bin