From 7b85a3b5ba805883dccd831a3125c01d898954e3 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Mon, 9 Aug 2021 21:31:18 -0700 Subject: [PATCH] Add to PATH --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 96abf0f..94e7932 100644 --- a/Makefile +++ b/Makefile @@ -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