# Example Nutfile for a simple project. # This file was generated by Nut and can be edited to customize the build process. # For more information on the Nutfile format and available options, see the documentation: # https://nut.chipperfluff.at/docs/nutfile # (Note: The documentation server does not exist yet, but it will be available in the future.) # (no lol) build: # Name of the resulting build artifact. # "Example Build" becomes "example_build.nut". name: Example Build # Folder used for build output (temporary files + final artifacts). # Created automatically if it does not exist. buildFolder: build # Project entry file (relative to this Nutfile). # Execution starts from this file in the built output. entry: src/main.nut