aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2024-03-11 23:53:19 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2024-03-11 23:53:19 +0100
commitb6798535a5796433d2fe13025b1750dd5353fd01 (patch)
tree1267175ed19993cdb54f0b1d6ac914ccc2ba0bf5 /Makefile
parentc4b892b16fb92c7d89eaee0b1588c52c8836216b (diff)
Add CI
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