mirror of
https://github.com/icewind1991/notify-redis.git
synced 2026-06-03 18:24:12 +02:00
cleanup makefile
This commit is contained in:
parent
90af4a497c
commit
347f2db450
1 changed files with 0 additions and 5 deletions
5
Makefile
5
Makefile
|
|
@ -2,8 +2,3 @@ all: target/x86_64-unknown-linux-musl/release/notify-redis
|
|||
|
||||
target/x86_64-unknown-linux-musl/release/notify-redis: Cargo.toml src/main.rs
|
||||
docker run --rm -it -v "$(CURDIR):/home/rust/src" ekidd/rust-musl-builder cargo build --release
|
||||
|
||||
.PHONY: test
|
||||
|
||||
test: target/x86_64-unknown-linux-musl/release/notify-redis
|
||||
./test.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue