diff --git a/Makefile b/Makefile index 8ebbb75..caef201 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,10 @@ TEMPLATEDIR ?= templates STATICEXTS := +STATICS := +# STATICS != parallel find $(POSTSDIR) -name '\*.{}' ::: $(STATICEXTS) + POSTS != find $(POSTSDIR) -name '*.md' -STATICS != parallel find $(POSTSDIR) -name '\*.{}' ::: $(STATICEXTS) OUTPUTPOSTS = \ $(patsubst $(POSTSDIR)/%.md,$(BUILDDIR)/%.html,$(POSTS)) \ $(patsubst $(POSTSDIR)/%,$(BUILDDIR)/%,$(STATICS)) \