mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-24 03:20:30 +00:00
Add Hello World example for LUA C API (#97)
This commit is contained in:
parent
2a3037d4e8
commit
67c27d9e6e
7 changed files with 50 additions and 9 deletions
2
Makefile
2
Makefile
|
@ -135,10 +135,10 @@ include third_party/regex/regex.mk
|
|||
include third_party/third_party.mk
|
||||
include libc/testlib/testlib.mk
|
||||
include tool/viz/lib/vizlib.mk
|
||||
include third_party/lua/lua.mk
|
||||
include examples/examples.mk
|
||||
include third_party/lz4cli/lz4cli.mk
|
||||
include tool/build/lib/buildlib.mk
|
||||
include third_party/lua/lua.mk
|
||||
include third_party/chibicc/chibicc.mk
|
||||
include third_party/chibicc/test/test.mk
|
||||
include tool/build/emucrt/emucrt.mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue