initial commit
This commit is contained in:
commit
a48e6d1c43
4 changed files with 38 additions and 0 deletions
10
makefile
Normal file
10
makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
.PHONY: install uninstall
|
||||
.MAIN: install
|
||||
|
||||
install:
|
||||
mkdir -p ~/bin
|
||||
cp -vf {bmark} ~/bin/
|
||||
chmod +x ~/bin/{bmark}
|
||||
|
||||
uninstall:
|
||||
rm -vf ~/bin/{bmark}
|
Loading…
Add table
Add a link
Reference in a new issue