aboutsummaryrefslogblamecommitdiffstats
path: root/Makefile
blob: 4b8d9fbb2317cb8ac90e7e55b52988e214682eb6 (plain) (tree)
1
2
3
4
5
6
                  
      
     

                         
                                                       
.PHONY: build test
build:
test:
	lua5.2 ./test.lua
	lua5.3 ./test.lua
	find lua/ test/ -iname '*.lua' | xargs luacheck