summaryrefslogtreecommitdiff
path: root/Makefile
blob: e1ff38a9799ead2e661608942ed763184eb745c7 (plain)
1
2
3
4
5
6
7
8
.POSIX:
.SUFFIXES:

u:
	cd src; zip -9 -r ../m.love .

check:
	luacheck src --exclude-files "src/bump.lua" --std +love