Skip to content

Commit

Permalink
Makefile: use wildcard instead of find to get all Markdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Aug 14, 2024
1 parent cc647db commit d5cb3d1
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
@@ -1,4 +1,4 @@
MARKDOWN := $(shell find . -type f -name '*.md' -not -name README.md)
MARKDOWN := $(wildcard ./**/*.md)

.PHONY: all
all: README.md rss.xml
Expand Down

0 comments on commit d5cb3d1

Please sign in to comment.