AdvMake Docs on/docs/advmake/Recent content in AdvMake Docs onHugo -- gohugo.ioen-USBuild Files/docs/advmake/build-files/Mon, 01 Jan 0001 00:00:00 +0000/docs/advmake/build-files/ AdvMake  AdvMake Format AdvMake uses Starlark as the format for its build files. Extra builtins are also defined for both convenience and extra functionality. Starlark is a Python-like language meant for configuration files. Configuration Build files are by default called AdvMakefile, but that can be set via -f An AdvMakefile example can be found at AdvMake’s repo as it uses AdvMake itself. AdvMake runs functions exposed by starlark in the format <name>_<target>.Installation/docs/advmake/installation/Mon, 01 Jan 0001 00:00:00 +0000/docs/advmake/installation/ AdvMake  AdvMake Building from source Downloading AdvMake is hosted on my Gitea instance. If that is down, it is also mirrored on Gitlab. To download AdvMake, you can either use the download button on Gitea or Gitlab, or you can use the git CLI To clone AdvMake using the CLI, run one of the following commands: git clone https://gitea.arsenm.dev/Arsen6331/advmake.git OR git clone https://gitlab.com/moussaelianarsen/advmake.git Building AdvMake is written in Go.