libs update, add makefile for musl build

This commit is contained in:
2025-12-05 18:24:55 +01:00
parent ebd1ff8848
commit 6a57a7c572
3 changed files with 320 additions and 664 deletions
+7
View File
@@ -0,0 +1,7 @@
.PHONY: build build_musl
build:
cargo build --release
build_musl:
cross build --target x86_64-unknown-linux-musl --release