Add cli to PATH

This commit is contained in:
Radon Rosborough 2021-08-30 20:53:25 -07:00
parent 241a4e7f4d
commit 151cea0111
1 changed files with 1 additions and 1 deletions

View File

@ -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