This commit is contained in:
2025-10-17 11:30:45 +03:00
parent cb51d16e0f
commit 9d9beefe7f
7 changed files with 369 additions and 160 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
build:
cargo build --release --target x86_64-unknown-linux-gnu --package zdiff_all --bin zpatch
cargo build --release --target x86_64-unknown-linux-gnu --package zdiff_all --bin zdiff
#cargo build --release --target x86_64-apple-darwin --package zdiff_all --bin zpatch
#cargo build --release --target x86_64-pc-windows-gnu --package zdiff_all --bin zpatch