diff options
| author | MDC Service <michael.schmid@mdc-service.de> | 2022-05-25 13:52:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-25 13:52:15 +0200 |
| commit | 2644769255e26f86ff3d2ecdb88e73f7fc835e84 (patch) | |
| tree | 5b1f2f846c890fcece84f14bcc7fcd67e71ebd91 /software/Makefile | |
| parent | 3c44f833ef8a49c34f1ae02dc6baed24eb6e9ae6 (diff) | |
add project files for root folder
Diffstat (limited to 'software/Makefile')
| -rw-r--r-- | software/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/software/Makefile b/software/Makefile new file mode 100644 index 0000000..9169fd8 --- /dev/null +++ b/software/Makefile @@ -0,0 +1,8 @@ +# +# This is a project Makefile. It is assumed the directory this Makefile resides in is a +# project subdirectory. +# + +PROJECT_NAME := scaladis + +include $(IDF_PATH)/make/project.mk |
