diff --git a/Makefile b/Makefile index 22198a9..691ca15 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,8 @@ build-src: .PHONY: build-bin build-bin: rustup set profile minimal && \ - rustup target add x86_64-unknown-linux-musl && \ cd $(SRC) && \ + rustup target add x86_64-unknown-linux-musl && \ cargo build -j 8 --features $(DB) --release .PHONY: clean