From 4dc67617ee45d5f56ee531830323fa60f1d8bd50 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Mon, 22 Apr 2024 15:14:25 +0400 Subject: [PATCH] updated Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index a8be5af5..be9dc7b9 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,8 @@ include Makefile.in REPO := HariSekhon/DevOps-Bash-tools +export PATH := $(PATH):/opt/homebrew/bin + CONF_FILES := $(shell sed "s/\#.*//; /^[[:space:]]*$$/d" setup/files.txt) #CODE_FILES := $(shell find . -type f -name '*.sh' -o -type f -name '.bash*' | sort)