From 0e3a2e34e879c4073695eb1db8e8efecb08d7805 Mon Sep 17 00:00:00 2001 From: Dan Frumin Date: Tue, 30 Mar 2021 16:35:51 +0200 Subject: [PATCH] bump the makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 361078e..634fd34 100644 --- a/Makefile +++ b/Makefile @@ -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