summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2021-11-21 01:42:54 +0000
committerdavidovski <david@davidovski.xyz>2021-11-21 01:42:54 +0000
commit05ab891879f9d3e466d6d563a545ab22f4b258a1 (patch)
treeaa0715633cbec9ceacbc8ee0872727468cb3f1f9 /Makefile
parent49b1fddbbd961889b2048437c22fa819c1da17df (diff)
added more "mirrors"
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