mirror of
https://github.com/pcvolkmer/osc-variant.git
synced 2025-12-12 14:13:20 +00:00
fix: recipe name in Makefile (#61)
This commit is contained in:
2
Makefile
2
Makefile
@@ -38,7 +38,7 @@ linux-deb: linux-binary-x86_64
|
|||||||
cargo deb --no-build --strip --target=x86_64-unknown-linux-gnu --output=.
|
cargo deb --no-build --strip --target=x86_64-unknown-linux-gnu --output=.
|
||||||
|
|
||||||
.PHONY: linux-rpm
|
.PHONY: linux-rpm
|
||||||
linux-deb: linux-binary-x86_64
|
linux-rpm: linux-binary-x86_64
|
||||||
cargo generate-rpm --target=x86_64-unknown-linux-gnu --output=.
|
cargo generate-rpm --target=x86_64-unknown-linux-gnu --output=.
|
||||||
|
|
||||||
binary-all: win-binary-x86_64 linux-binary-x86_64
|
binary-all: win-binary-x86_64 linux-binary-x86_64
|
||||||
|
|||||||
Reference in New Issue
Block a user