We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5747cc commit 6283ea4Copy full SHA for 6283ea4
Makefile
@@ -62,6 +62,7 @@ endif
62
# Output directors to store intermediate compiled files
63
# relative to the project directory
64
BUILD_BASE = build
65
+FW_BASE = firmware
66
67
# Base directory for the compiler. Needs a / at the end; if not set it'll use the tools that are in
68
# the PATH.
@@ -231,7 +232,7 @@ endef
231
232
233
.PHONY: all checkdirs clean libesphttpd default-tgt
234
-all: checkdirs $(TARGET_OUT)
235
+all: checkdirs $(TARGET_OUT) $(FW_BASE)
236
237
libesphttpd/Makefile:
238
$(Q) echo "No libesphttpd submodule found. Using git to fetch it..."
0 commit comments