Skip to content

Commit

Permalink
♻️ update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hosuzuki committed Oct 24, 2023
1 parent da80f87 commit 7042d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ $(NAME) : $(OBJDIR) $(OBJS)

$(OBJDIR):
@mkdir -p $(OBJDIR)
@printf "$(GR)=== Compiling $(NAME) ... [$(CC) $(CFLAGS)] ===$(RC)\n"
@printf "$(GR)=== Compiling... [$(CC) $(CFLAGS)] ===$(RC)\n"

$(OBJDIR)%.o: srcs/%.c
@$(CC) $(CFLAGS) -c -o $@ $<
Expand Down

0 comments on commit 7042d44

Please sign in to comment.