aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b8c6820..cd18319 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ build: prepare
cargo build --profile $(profile) --target $(target)
release:
- @echo "Releasing $(target) to $(channel)"
+ @echo "Releasing target/$(target)/$(profile) to $(channel)"
$(architectures):
$(MAKE) -e target=$@ rpm