Update makefile
This commit is contained in:
parent
0745d1d437
commit
1f5c83b349
1 changed files with 2 additions and 0 deletions
2
makefile
2
makefile
|
@ -4,6 +4,8 @@ mimimi:
|
|||
shc -Trf mimimi.sh
|
||||
mv mimimi.sh.x mimimi
|
||||
chmod a+x mimimi
|
||||
|
||||
install: mimimi
|
||||
mkdir $(DESTPATH)/usr/bin/ -p
|
||||
install -c -s mimimi $(DESTPATH)/usr/bin/
|
||||
|
||||
|
|
Loading…
Reference in a new issue