mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
structure fixes, xmake, gitignore
This commit is contained in:
parent
23835d92fd
commit
6c39c65076
16 changed files with 1404 additions and 87 deletions
9
byterun/xmake.lua
Normal file
9
byterun/xmake.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
add_rules("mode.debug", "mode.release")
|
||||
|
||||
set_languages("c23")
|
||||
|
||||
target("byterun")
|
||||
set_kind("binary")
|
||||
add_includedirs("include")
|
||||
add_headerfiles("include/*.h")
|
||||
add_files("src/*.c")
|
||||
Loading…
Add table
Add a link
Reference in a new issue