Reorganize global .lua files.

This commit is contained in:
Matthias Mailänder
2021-10-10 21:50:28 +02:00
committed by abcdefg30
parent a502e85e68
commit 58b105f0d4
127 changed files with 169 additions and 129 deletions

View File

@@ -120,7 +120,7 @@ check-scripts:
@echo "Checking for Lua syntax errors..."
@luac -p $(shell find mods/*/maps/* -iname '*.lua')
@luac -p $(shell find lua/* -iname '*.lua')
@luac -p $(shell find mods/*/bits/scripts/* -iname '*.lua')
@luac -p $(shell find mods/*/scripts/* -iname '*.lua')
test: all
@echo