This commit is contained in:
Umgeher Torgersen 2022-10-18 19:39:55 +00:00
commit 806beb252d
4 changed files with 53 additions and 0 deletions

11
makefile Normal file
View file

@ -0,0 +1,11 @@
.PHONY: install uninstall
.MAIN: install
install:
mkdir -p ~/bin
cp -vf pass-rofi ~/bin/
chmod +x ~/bin/pass-rofi
uninstall:
rm -vf ~/bin/pass-rofi