Skip to content

Commit

Permalink
updated Makefile.in
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Aug 22, 2024
1 parent 80a7d25 commit 2c48fe3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,11 @@ wc:
@printf 'of which vagrant/:\t\t'
@tr ' ' '\n' <<< "$(CODE_FILES)" | grep vagrant/ | wc -l | sed 's/[[:space:]]//g'

mdl:
@echo "Checking Markdown for issues"
@echo
@mdl -s .markdownlint.rb *.md

# finds .swp, would need to port out code lists
#.PHONY: wcall
#wcall:
Expand Down

0 comments on commit 2c48fe3

Please sign in to comment.