Skip to content

Commit

Permalink
updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Feb 29, 2024
1 parent be998a2 commit 3597391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand All @@ -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)

Expand Down

0 comments on commit 3597391

Please sign in to comment.