Skip to content

Commit

Permalink
modify PATH in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
LeChatP committed May 9, 2024
1 parent dc978d9 commit a12658d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit a12658d

Please sign in to comment.