added eminem and chungus
This commit is contained in:
parent
fc630c6b55
commit
d961f35700
8 changed files with 32 additions and 4 deletions
10
Makefile
10
Makefile
|
|
@ -1,8 +1,14 @@
|
|||
install: stuff.sh stuff.png
|
||||
install: stuff.sh images
|
||||
mkdir /usr/share/stuff
|
||||
cp stuff.png /usr/share/stuff/
|
||||
cp images/* /usr/share/stuff/
|
||||
cp stuff.sh /usr/bin/stuff
|
||||
chmod +x /usr/bin/stuff
|
||||
cp chungus.sh /usr/bin/chungus
|
||||
chmod +x /usr/bin/chungus
|
||||
cp eminem.sh /usr/bin/eminem
|
||||
chmod +x /usr/bin/eminem
|
||||
clean:
|
||||
rm -r /usr/share/stuff
|
||||
rm /usr/bin/stuff
|
||||
rm /usr/bin/chungus
|
||||
rm /usr/bin/eminem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue