Skip to content

Commit d060647

Browse files
remove double v from makefile prints
1 parent 9aea3ef commit d060647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/makefile.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ gfx:
243243
$(Q)$(GFXCMD)
244244

245245
version:
246-
$(Q)echo CE C Toolchain v$(shell cedev-config --version)
246+
$(Q)echo CE C Toolchain $(shell cedev-config --version)
247247

248248
.SECONDEXPANSION:
249249
$(OBJDIR)/%.$(C_EXTENSION).src: $$(call UPDIR_RM,$$*).$(C_EXTENSION) $(USERHEADERS) $(MAKEFILE_LIST) $(DEPS)

0 commit comments

Comments
 (0)