diff --git a/Makefile b/Makefile index a6400eb..aad9d3e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SHELL := bash .SHELLFLAGS := -o pipefail -euc -export PATH := $(PWD)/bin:$(PWD)/system/out:$(PATH) +export PATH := $(PWD)/bin:$(PWD)/cli/out:$(PWD)/system/out:$(PATH) -include .env export