]> git.r.bdr.sh - rbdr/blog/commitdiff
Add CI
authorRuben Beltran del Rio <redacted>
Mon, 11 Mar 2024 22:53:19 +0000 (23:53 +0100)
committerRuben Beltran del Rio <redacted>
Mon, 11 Mar 2024 22:53:19 +0000 (23:53 +0100)
Makefile

index b8c68207974a352a4739244c5af6d56e6d8a186d..cd1831972db67a6f074d796614d9a5787733053a 100644 (file)
--- 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