feat/imp-28-context-minigame-meter-table #7
1
Makefile
1
Makefile
@@ -85,6 +85,7 @@ lint:
|
|||||||
@touch $(LINT_TMP_LUA)
|
@touch $(LINT_TMP_LUA)
|
||||||
@line=1; \
|
@line=1; \
|
||||||
while IFS= read -r f || [ -n "$$f" ]; do \
|
while IFS= read -r f || [ -n "$$f" ]; do \
|
||||||
|
f=$$(printf '%s' "$$f" | tr -d '\r'); \
|
||||||
[ -z "$$f" ] && continue; \
|
[ -z "$$f" ] && continue; \
|
||||||
before=$$(wc -l < $(LINT_TMP_LUA)); \
|
before=$$(wc -l < $(LINT_TMP_LUA)); \
|
||||||
cat "$(SRC_DIR)/$$f" >> $(LINT_TMP_LUA); \
|
cat "$(SRC_DIR)/$$f" >> $(LINT_TMP_LUA); \
|
||||||
|
|||||||
Reference in New Issue
Block a user