stuff/Makefile

9 lines
187 B
Makefile

install: stuff.sh stuff.png
mkdir /usr/share/stuff
cp stuff.png /usr/share/stuff/
cp stuff.sh /usr/bin/stuff
chmod +x /usr/bin/stuff
clean:
rm -r /usr/share/stuff
rm /usr/bin/stuff