diff --git a/Makefile b/Makefile index 13ca4de..ff62cbc 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ BUILDDIR ?= _build POSTSDIR ?= posts TEMPLATEDIR ?= templates -STATICEXTS := yaml +STATICEXTS := POSTS != find $(POSTSDIR) -name '*.md' STATICS != parallel find $(POSTSDIR) -name '\*.{}' ::: $(STATICEXTS)