diff options
| author | Hawarth <hawarth@hawarth.com> | 2026-03-12 10:36:24 +0100 |
|---|---|---|
| committer | Hawarth <hawarth@hawarth.com> | 2026-03-12 10:36:24 +0100 |
| commit | af262519d9b95e64510702e8da0d7c47be97ffb1 (patch) | |
| tree | 3bf96bb1e8f24dfa9602ae505664ef7936bf605a /Makefile | |
| parent | 6753e2ffcee18a03ea4a8091dfcb0070de77ea39 (diff) | |
| download | vs-bolsjer-af262519d9b95e64510702e8da0d7c47be97ffb1.tar.gz vs-bolsjer-af262519d9b95e64510702e8da0d7c47be97ffb1.zip | |
chore: add simple Makefile to quickly package the mod.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
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 |
