Skip to content

Commit

Permalink
updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Mar 1, 2024
1 parent eeca9bd commit 46f9997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ index:
@echo "Checking all *.md files are in the README.md index"
@echo
@exitcode=0; \
for x in *.md; do \
for file_md in *.md; do \
[ "$$file_md" = README.md ] && continue; \
if ! grep -q "$$file_md" README.md; then \
echo "$$file_md not in README.md"; \
Expand Down

0 comments on commit 46f9997

Please sign in to comment.