Skip to content
Snippets Groups Projects
Commit ad6d267a authored by Christophe Junke's avatar Christophe Junke
Browse files

Makefile: silence "echo" command

parent c3be251f
No related branches found
No related tags found
1 merge request!53Release for february 2025
......@@ -24,7 +24,7 @@ build_all: v5-build v7-build
VERSION := $(shell cat version)
show_version:
echo "version file contains: $(VERSION)"
@echo "version file contains: $(VERSION)"
# ==================================================
# CONFIGURATION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment