diff --git a/nut/templates/Nutfile b/nut/templates/Nutfile deleted file mode 100644 index e69de29..0000000 diff --git a/nut/templates/project/Nutfile b/nut/templates/project/Nutfile new file mode 100644 index 0000000..95a2a43 --- /dev/null +++ b/nut/templates/project/Nutfile @@ -0,0 +1,12 @@ +build: + # name of the resulting build + # Example Build will become example_build.nut + name: Example Build + + # name of the folder where the build will be outputted + # build procces will create this folder if it doesn't exist + # its used for build process and the final files will be outputted in this folder + buildFolder: build + + # path to the entry point of the project, this is the file that will be executed when the build is run + entry: src/main.nut