Skip to content

Commit f360d75

Browse files
Let's put that there too
1 parent 741c1ed commit f360d75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CEdev/bin/main_makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ all : $(BINDIR)/$(TARGETTYPE)
203203

204204
#This rule builds the Intel HEX file
205205
$(BINDIR)/$(TARGETHEX) : $(OBJECTS) $(LIBRARIES)
206+
@echo C CE SDK Version $(VERSION)
206207
@if not exist $(BINDIR) mkdir $(BINDIR)
207208
@if not exist $(OBJDIR) mkdir $(OBJDIR)
208209
@$(LD) $(LDFLAGS) $@ = "$(subst $(space),$(comma),$(call WINPATH,$^))$(LOBJECTS)"

0 commit comments

Comments
 (0)