* Introduced following targets: build: gccbuild luabuild gccbuild: compile luabuild: luasource||luacompile * Removed requirement for lua-headers respecting lua-only builds * Split compile part of OpenWRT Makefile
5 lines
67 B
Makefile
5 lines
67 B
Makefile
LUAC = luac
|
|
LUAC_OPTIONS = -s
|
|
LUCI_INSTALLDIR = /usr/lib/lua/luci
|
|
|