stuff/Makefile
2021-05-03 22:31:20 +01:00

8 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