summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6617955..8948fda 100644
--- a/Makefile
+++ b/Makefile
@@ -8,10 +8,11 @@ xi: src/xi.py
rm src/xi.zip
chmod +x ${XI_BINARY}
-install: xi xipkg.conf default.conf bin/xi
+install: clean 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
-
+clean:
+ rm -rf bin