Private
Public Access
1
0

Adds makefile and dockerfile for building rpms

This commit is contained in:
2025-08-08 15:42:21 -07:00
parent 8cdcb049cf
commit 201982170f
3 changed files with 43 additions and 1 deletions

16
Makefile Normal file
View File

@@ -0,0 +1,16 @@
.PHONY: all
all:
cargo build
.PHONY: release
release:
cargo build --release
.PHONY: rpm
rpm:
cargo build --release --workspace
strip -s target/release/kordophoned
strip -s target/release/kpcli
cargo generate-rpm -p kordophoned