summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d01324b..25e9199 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ CODE := $(shell find blog -name '*.py' 2> /dev/null)
.PHONY: clean server
-remote: $(TEMPLATES) $(SHARE) $(POSTS)
+remote: $(TEMPLATES) $(SHARE) $(POSTS) $(CODE)
python3 blog/blog.py
server: remote