summaryrefslogtreecommitdiff
path: root/buttonctl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'buttonctl/Makefile')
-rw-r--r--buttonctl/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/buttonctl/Makefile b/buttonctl/Makefile
new file mode 100644
index 0000000..fb8dc5f
--- /dev/null
+++ b/buttonctl/Makefile
@@ -0,0 +1,4 @@
+install:
+ install -m 744 buttond.py /usr/bin/buttond
+ install -m 644 systemd/buttond.service /etc/systemd/system/buttond.service
+ systemd daemon-reload