bump the makefile

This commit is contained in:
Dan Frumin 2021-03-30 16:35:51 +02:00
parent 06322669bb
commit 0e3a2e34e8
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ post-htmls := $(patsubst $(src)/%.md,$(www)/%.html,$(post-sources))
.PHONY: all serve clean $(POSTCC)
all: $(POSTCC) $(post-htmls) $(post_index) $(feed) $(www_root)/static
@echo "\n"
@echo "Copying the ORG-produced files..."
cp -R ~/www/* $(www_root)
$(www)/%.html: $(src)/%.md