mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
8 lines
106 B
Makefile
8 lines
106 B
Makefile
|
#
|
||
|
# Lua library (ANSI C variant)
|
||
|
#
|
||
|
|
||
|
include $(REP_DIR)/lib/mk/lua.inc
|
||
|
|
||
|
SRC_C = $(LUA_CORE_C) $(LUA_LIB_C)
|