Skip to content

Commit e5de5a6

Browse files
committed
Slightly updated Makefile for a better output style
1 parent d32f369 commit e5de5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ OBJS = $(patsubst %.cpp, $(OBJ_DIR)/%.o, $(notdir $(SRCS)))
5656

5757
# Main rules
5858
all: $(TARGET)
59-
@echo "Finished building AI File Sorter for $(PLATFORM)"
59+
@printf "\nFinished building AI File Sorter for %s\n" "$(PLATFORM)"
6060

6161
$(TARGET): $(OBJS) $(RC_OBJ)
6262
mkdir -p $(BIN_DIR)

0 commit comments

Comments
 (0)