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