scripts/Makefile

4 lines
152 B
Makefile
Raw Normal View History

2023-11-21 11:52:32 +00:00
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