Commit Graph

5 Commits

Author SHA1 Message Date
2a121caf42 Created main makefile - Need to add clean recipe
`make modules debug|release MODULES...` Builds the provided list of lua modules in release/debug
`make release`
`make debug` Builds a debug build of the lbs program
`make clean` TODO
2025-11-25 00:04:24 +11:00
af6d3223da Added libgit2 dependency 2025-03-10 20:11:21 +11:00
68e2c49c8f Updated lbs to use new uniproc library
Fixed bug in fs.list_alldirs where it used directory_iterator rather that recursive_directory_iterator
Fixed memory/type bugs in lua_platform.cpp
Updated lbs.lua to reflect this
2025-03-06 19:27:19 +11:00
dbf91e0ebc Added uniproc library to project 2025-03-06 17:52:50 +11:00
Riley-King
a610e67325 Initial release commit 2025-02-27 00:01:01 +11:00