summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-03-30 22:17:29 +0100
committerubq323 <ubq323@ubq323.website>2022-03-30 22:17:29 +0100
commit9120ff684d62691c04564cc8a038c80a85b91bce (patch)
treeb59331677793ba1ea306360a9d7c151449c0dd19 /Makefile
parent2ebd13947d71d78892690c45690fa49157ac4612 (diff)
more thing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..e1ff38a
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+.POSIX:
+.SUFFIXES:
+
+u:
+ cd src; zip -9 -r ../m.love .
+
+check:
+ luacheck src --exclude-files "src/bump.lua" --std +love