5 lines
125 B
Makefile
5 lines
125 B
Makefile
.PHONY: deps
|
|
deps:
|
|
luarocks install --local luasql-sqlite3
|
|
luarocks install --local busted
|
|
luarocks install --local lyaml
|