Updated Makefile to properly align and make linking pop out
This commit is contained in:
parent
d2a59f770e
commit
776ccfa9c0
7 changed files with 20 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue