summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 61018d6..6617955 100644
--- a/Makefile
+++ b/Makefile
@@ -8,3 +8,10 @@ xi: src/xi.py
rm src/xi.zip
chmod +x ${XI_BINARY}
+install: xi xipkg.conf default.conf bin/xi
+ mkdir -p /etc/xipkg.d/
+ cp default.conf /etc/xipkg.d/
+ cp xipkg.conf /etc/xipkg.conf
+ cp bin/xi /usr/bin/xi
+
+