Skip to content

Commit 266b2af

Browse files
authored
Merge pull request #42 from SwenneHacks/patch-1
Make-it-pretty.mk dude.
2 parents 60e9fb3 + aaaba3a commit 266b2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile_Unix.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $(NAME): $(OBJS)
2828
@echo "$(GREEN)$(BOLD)Done$(RESET)"
2929

3030
%.o: %.c $(HDRS)
31-
@echo "$(GREEN)$(BOLD)Compiling: $(notdir $<)$(RESET)"
31+
@echo "$(GREEN)$(BOLD)Compiling:$(RESET) $(notdir $<)"
3232
@$(CC) $(CFLAGS) -o $@ -c $< $(HEADERS)
3333

3434
# Convert shaders to .c files

0 commit comments

Comments
 (0)