From 4e0d936c912668c7bc11e8b27975c212d01e6c76 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 22 Mar 2020 15:39:16 +0100 Subject: [PATCH] debug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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