mirror of
https://codeberg.org/icewind/shelve.git
synced 2026-06-03 12:04:09 +02:00
7 lines
No EOL
254 B
Makefile
7 lines
No EOL
254 B
Makefile
target/x86_64-unknown-linux-musl/release/shelve:
|
|
cargo b --release --target x86_64-unknown-linux-musl
|
|
|
|
.PHONY: target/x86_64-unknown-linux-musl/release/shelve
|
|
|
|
docker: target/x86_64-unknown-linux-musl/release/shelve
|
|
docker build -t icewind1991/shelve .
|