diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-03-11 23:53:19 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-03-11 23:53:19 +0100 |
| commit | b6798535a5796433d2fe13025b1750dd5353fd01 (patch) | |
| tree | 1267175ed19993cdb54f0b1d6ac914ccc2ba0bf5 /Makefile | |
| parent | c4b892b16fb92c7d89eaee0b1588c52c8836216b (diff) | |
Add CI
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |