Browse Source

Merge branch 'main' of ssh://terminus.zytor.com/git/abc80/max80/fw

H. Peter Anvin 1 year ago
parent
commit
53b6804c82
1 changed files with 1 additions and 0 deletions
  1. 1 0
      esp32/Makefile

+ 1 - 0
esp32/Makefile

@@ -39,6 +39,7 @@ $(TARGET): $(shell find $(SKETCH) -type f) $(GENFILES) $(common)
 		$(ARDUINO_CLI) compile $(ARDUINO_OPTS)
 
 $(common):
+	mkdir -p $(@D)
 	cd $(@D) && ln -sf ../../../common .
 
 .PHONY: zip