diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..870e8b6 --- /dev/null +++ b/Makefile @@ -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