Add to PATH

This commit is contained in:
Radon Rosborough 2021-08-09 21:31:18 -07:00
parent b6cf05e16c
commit 7b85a3b5ba
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:$(PATH)
export PATH := $(PWD)/bin:$(PWD)/system/out:$(PATH)
-include .env
export