polf/Makefile

16 lines
384 B
Makefile

preprocess:
find ./ -name '*.lua2p' | xargs -L1 -I %% lua lib/preprocess-cl.lua %%
check: preprocess
stylua -c --indent-type Spaces ./
luacheck -d --globals tiny T Arr Maybe TextStyle --codes ./ --exclude-files ./test/ ./generated/
test: check
find ./test -name '*.lua' | xargs -L1 -I %% lua %% -v
lint:
stylua --indent-type Spaces ./
build: preprocess
zip -r Game.love ./*