summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHawarth <hawarth@hawarth.com>2026-03-12 10:36:24 +0100
committerHawarth <hawarth@hawarth.com>2026-03-12 10:36:24 +0100
commitaf262519d9b95e64510702e8da0d7c47be97ffb1 (patch)
tree3bf96bb1e8f24dfa9602ae505664ef7936bf605a
parent6753e2ffcee18a03ea4a8091dfcb0070de77ea39 (diff)
downloadvs-bolsjer-af262519d9b95e64510702e8da0d7c47be97ffb1.tar.gz
vs-bolsjer-af262519d9b95e64510702e8da0d7c47be97ffb1.zip
chore: add simple Makefile to quickly package the mod.
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..4cf7406
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+package:
+ 7za a bolsjer_v1.0.0.zip *
+
+clean:
+ rm -rf bolsjer_v1.0.0.zip