Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…l_node/Double_002dColon.html) syntax for the Makefile `all` rule, to allowing overriding it
  • Loading branch information
zoul0813 authored and Zeal8bit committed Nov 15, 2024
1 parent d01ae65 commit ff2510f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel_headers/sdcc/base_sdcc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ SRCS_REL=$(patsubst %.c,%.rel,$(SRCS_OUT_DIR))

.PHONY: all clean

all: clean $(OUTPUT_DIR) $(OUTPUT_DIR)/$(BIN_HEX) $(OUTPUT_DIR)/$(BIN)
all:: clean $(OUTPUT_DIR) $(OUTPUT_DIR)/$(BIN_HEX) $(OUTPUT_DIR)/$(BIN)
@bash -c 'echo -e "\x1b[32;1mSuccess, binary generated: $(OUTPUT_DIR)/$(BIN)\x1b[0m"'

$(OUTPUT_DIR):
Expand Down

0 comments on commit ff2510f

Please sign in to comment.