From 151cea0111251b283bbd9b377837eed607f62faf Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Mon, 30 Aug 2021 20:53:25 -0700 Subject: [PATCH] Add cli to PATH --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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