Update Lua config
This commit is contained in:
parent
840d93deef
commit
06205deaa7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -214,7 +214,7 @@ $(HOME)/.local/bin/agda:
|
|||
stack install --stack-yaml=stack-8.0.2.yaml
|
||||
|
||||
$(HOME)/.local/bin/lua:
|
||||
curl http://www.lua.org/ftp/lua-5.3.5.tar.gz | tar xz
|
||||
curl http://www.lua.org/ftp/lua-$(LUA_VERSION).$(LUA_PATCH_VERSION).tar.gz | tar xz
|
||||
make linux
|
||||
make INSTALL_TOP=$(HOME)/.local install
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue