4 lines
152 B
Makefile
4 lines
152 B
Makefile
|
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
|