diff --git a/Makefile b/Makefile index 8413b1d3..079b7f9a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CARGO ?= /usr/bin/cargo +export PATH := $(shell echo $HOME)/.cargo/bin:$(PATH) PROFILE ?= release RELEASE = $(if $(filter $(PROFILE),release),--release,) BIN_DIR := target/$(PROFILE)