genode/libports/src/test/moon/target.mk
Christian Helmuth 0200c27e33 Lua: Port of Lua runtime and simple example
The Lua runtime library is built in two variants: ANSI C and C++. The
C++ provides all Lua API function with C++ linkage and uses C++
exceptions instead of setjmp/longjmp for protected execution of Lua
chunks.

The ported version of Lua is 5.1.5.
2012-05-29 13:54:52 +02:00

4 lines
79 B
Makefile

TARGET = test-moon
LIBS = cxx env luacxx libc libc_log libm
SRC_CC = main.cc