From 8770cdf9fa0326fa98a8e37b8a173371dde47bfe Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 21 Nov 2016 13:42:09 +0100 Subject: New makefile --- Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..8a534af --- /dev/null +++ b/Makefile @@ -0,0 +1,17 @@ + + +install: + sudo cp -i autoWall /usr/bin/autoWall + sudo cp -i bot4chan.py /usr/bin/bot4chan + sudo cp -i coWifi /usr/bin/coWifi + sudo cp -i img2pdf.sh /usr/bin/img2pdf + sudo cp -i light2.sh /usr/bin/light2 + sudo cp -i toMp3.sh /usr/bin/toMp3 + sudo cp -i track.py /usr/bin/track + chmod +x /usr/bin/autoWall + chmod +x /usr/bin/bot4chan + chmod +x /usr/bin/coWifi + chmod +x /usr/bin/img2pdf + chmod +x /usr/bin/light2 + chmod +x /usr/bin/toMp3 + chmod +x /usr/bin/track -- cgit v1.2.3