1
0
Fork 0
mirror of https://codeberg.org/demostf/sync.git synced 2026-06-03 16:44:07 +02:00
sync-rs/Makefile

7 lines
No EOL
330 B
Makefile

all: target/x86_64-unknown-linux-musl/release/sync
target/x86_64-unknown-linux-musl/release/sync: Cargo.toml src/main.rs
docker run --rm -it -v "$(CURDIR):/home/rust/src" ekidd/rust-musl-builder cargo build --release
docker: target/x86_64-unknown-linux-musl/release/sync Dockerfile
docker build --no-cache -t demostf/sync-rs .