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