X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/2bfb909dde1241111ab5568f30c45d2644bdaf25..5b211a176c805745d48517eff99c4dd651f2da75:/lunaix-os/scripts/build-tools/README.md diff --git a/lunaix-os/scripts/build-tools/README.md b/lunaix-os/scripts/build-tools/README.md new file mode 100644 index 0000000..12f49a3 --- /dev/null +++ b/lunaix-os/scripts/build-tools/README.md @@ -0,0 +1,8 @@ +# Lunaix Build System + +The build system used by Lunaix is a hybird approach, with: + ++ [LunaConfig](./README.lconfig.md) as compile-time configuration and build parameterisation ++ [LunaBuild](./README.lbuild.md) as soruce file collection and compiler/linker flags setting ++ Makefile for the file dependency check, auto-updating and other top-level managements. +