From 35973914c1372529c941dd2a90521ca477d7356b Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Thu, 29 Feb 2024 10:15:27 +0000 Subject: [PATCH] updated Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 99e0adcd..445ae14c 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # # vim:ts=4:sts=4:sw=4:noet # -# https://github.com/HariSekhon/Docs +# https://github.com/HariSekhon/Knowledge-Base # # If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback # @@ -15,7 +15,7 @@ ifneq ("$(wildcard bash-tools/Makefile.in)", "") include bash-tools/Makefile.in endif -REPO := HariSekhon/Docs +REPO := HariSekhon/Knowledge-Base CODE_FILES := $(shell git ls-files | grep -E -e '\.md$$' | sort)