diff --git a/.gitignore b/.gitignore index dd8602e..77aeae8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ Workspace/ [Rr]elease/ .settings/ *.launch +Makefile # MCU on eclipse /Sources/ diff --git a/ADIS_ESP32_Eclipse/Makefile b/ADIS_ESP32_Eclipse/Makefile deleted file mode 100644 index f602d96..0000000 --- a/ADIS_ESP32_Eclipse/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# This is a project Makefile. It is assumed the directory this Makefile resides in is a -# project subdirectory. -# - -PROJECT_NAME := esp32-adis - -include $(IDF_PATH)/make/project.mk diff --git a/ADIS_IDF_hello_world/Makefile b/ADIS_IDF_hello_world/Makefile deleted file mode 100644 index 6d4e24f..0000000 --- a/ADIS_IDF_hello_world/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# This is a project Makefile. It is assumed the directory this Makefile resides in is a -# project subdirectory. -# - -PROJECT_NAME := hello_world - -include $(IDF_PATH)/make/project.mk