Rewrite the lunabuild toolchain with enhanced feature (#60)
[lunaix-os.git] / lunaix-os / scripts / build-tools / README.md
1 # Lunaix Build System
2
3 The build system used by Lunaix is a hybird approach, with:
4
5 + [LunaConfig](./README.lconfig.md) as compile-time configuration and build parameterisation
6 + [LunaBuild](./README.lbuild.md) as soruce file collection and compiler/linker flags setting
7 + Makefile for the file dependency check, auto-updating and other top-level managements.
8