Skip to content

Commit

Permalink
Check all the Lua files!
Browse files Browse the repository at this point in the history
  • Loading branch information
spc476 committed Sep 9, 2019
1 parent 0a30771 commit df8b2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.PHONY: luacheck clean

luacheck:
luacheck Lua/*.lua
luacheck $(shell find . -name '*.lua')

clean:
$(RM) $(shell find . -name '*~')

0 comments on commit df8b2f7

Please sign in to comment.