summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-19 21:21:19 +0000
committerdavidovski <david@davidovski.xyz>2022-01-19 21:21:19 +0000
commitcde1b589654f7bdc99d865e2ef2110e1ba3918e3 (patch)
tree938d5181e9c9fa3b7d03c416dc236e18ff79a261 /Makefile
parentc684ddecd01b9e2fd56fd6582f5d0d06c0b7afd4 (diff)
edited desdir in makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fa897dd..e19acbc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,6 @@
XI_BINARY=bin/xi
SOURCE=src
-
-DESTDIR=
-
xi: src/xi.py
mkdir -p bin
cd src && zip -r xi.zip *