We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c60804 + 29e95d4 commit b1ad446Copy full SHA for b1ad446
1 file changed
Makefile
@@ -98,7 +98,7 @@ $(BUILD_DIR)/code.txt: $(IMAGE_BASE).bin
98
# Utility targets
99
rebuild:
100
$(Q)find '$(BUILD_APP_DIR)' -type f -name '*.o' -delete 2>/dev/null || true
101
- $(Q)mkdir -p $(BUILD_APP_DIR)
+ $(Q)mkdir -p $(BUILD_APP_DIR) $(BUILD_KERNEL_DIR) $(BUILD_LIB_DIR)
102
103
clean:
104
$(VECHO) "Cleaning build artifacts...\n"
0 commit comments