aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2766764..c5202d6 100644
--- a/Makefile
+++ b/Makefile
@@ -4,3 +4,16 @@
run: .venv
.venv/bin/hy src/macroknight/game.hy
+
+package:
+ zip -r macroknight.zip \
+ assets \
+ LICENSE \
+ macroknight.tiled-project \
+ macroknight.tiled-session \
+ Makefile \
+ README.md \
+ requirements.txt \
+ src \
+ TODO.org \
+