Skip to content

Commit dee15cd

Browse files
Add a simple makefile for local processing
To ease development, create a trivial makefile so "make" will run markdownlint (you'll need that installed). Signed-off-by: David A. Wheeler <[email protected]>
1 parent a1df1ba commit dee15cd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Used for local processing
2+
3+
all: lint
4+
5+
lint:
6+
markdownlint --config .github/linters/.markdown-lint.yml \
7+
secure_software_development_fundamentals.md

0 commit comments

Comments
 (0)