cleanup makefile

This commit is contained in:
Robin Appelman 2021-02-20 18:21:29 +01:00
commit 347f2db450

View file

@ -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