Skip to content

Commit

Permalink
Minor log trace
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Jan 23, 2025
1 parent 6d19b51 commit 658c0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/desktop-shared/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ else
endif

all: header $(TARGET)
@echo Build complete: $(TARGET_NAME) \($(BUILD_CONFIG)\) - $(GIT_VERSION) - $(PLATFORM)
@echo Build completed: $(TARGET_NAME) \($(BUILD_CONFIG)\) - $(GIT_VERSION) - $(PLATFORM)

$(TARGET): $(OBJECTS)
$(CXX) -o $@ $(OBJECTS) $(LDFLAGS)
Expand Down

0 comments on commit 658c0bf

Please sign in to comment.