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 6565f16 commit 0630e23Copy full SHA for 0630e23
src/Makefile
@@ -30,11 +30,11 @@ codal_build: libmicropython
30
arm-none-eabi-size $(CODAL_BUILD)/MICROBIT
31
$(PYTHON3) addlayouttable.py $(SRC_HEX) $(SRC_MAP) -o $(DEST_HEX)
32
33
-libmicropython: $(CODAL_DIR)/libraries
+libmicropython: $(CODAL_LIBRARIES) $(BUILD)
34
$(call CODAL_CLEAN)
35
$(MAKE) -C codal_port
36
37
-$(CODAL_LIBRARIES):
+$(CODAL_LIBRARIES) $(BUILD):
38
$(MKDIR) -p $(BUILD)
39
$(call CODAL_PATCH)
40
(cd $(BUILD) && cmake ../$(CODAL_DIR) -DCMAKE_BUILD_TYPE=RelWithDebInfo)
0 commit comments