Updated Makefile to properly align and make linking pop out

This commit is contained in:
Maix0 2024-07-03 22:41:19 +02:00
parent d2a59f770e
commit 776ccfa9c0
7 changed files with 20 additions and 17 deletions

View file

@ -90,7 +90,7 @@ $(NAME): $(OBJ) $(LIB_OBJ)
# Creating the objects
$(OBJDIRNAME)/%.o: %.c
@mkdir -p $(dir $@)
@printf '$(GREY) Compiling $(END)$(GREEN)$<$(END)\n'
@printf '$(GREY) Building $(END)$(GREEN)$<$(END)\n'
@cc $(CFLAGS) -o $@ -c $<
# Header