feat/imp-28-context-minigame-meter-table #7

Merged
mr.two merged 4 commits from feat/imp-28-context-minigame-meter-table into master 2026-02-18 22:24:12 +00:00
Showing only changes of commit e0c3b446af - Show all commits

View File

@@ -85,6 +85,7 @@ lint:
@touch $(LINT_TMP_LUA)
@line=1; \
while IFS= read -r f || [ -n "$$f" ]; do \
f=$$(printf '%s' "$$f" | tr -d '\r'); \
[ -z "$$f" ] && continue; \
before=$$(wc -l < $(LINT_TMP_LUA)); \
cat "$(SRC_DIR)/$$f" >> $(LINT_TMP_LUA); \