aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorache <ache@ache.one>2016-11-21 13:42:09 +0100
committerache <ache@ache.one>2016-12-12 03:03:32 +0100
commit8770cdf9fa0326fa98a8e37b8a173371dde47bfe (patch)
treeb606e09513f8158d3c1eb4ef429d75f53b085771 /Makefile
parentMessage when backlight isn't detected (diff)
New makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 17 insertions, 0 deletions
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