aboutsummaryrefslogtreecommitdiff
path: root/org/blog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'org/blog/Makefile')
-rw-r--r--org/blog/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/org/blog/Makefile b/org/blog/Makefile
index 06da0b6..8739424 100644
--- a/org/blog/Makefile
+++ b/org/blog/Makefile
@@ -4,7 +4,9 @@ all:
./generate-feed.scm > feed.xml
@echo Generating html
./generate-html.scm > index.xhtml
+ @echo Generating gopher phlog
+ ./generate-phlog.scm
.PHONY: clean
clean:
- rm feed.xml index.xhtml
+ rm feed.xml index.xhtml articles/*.txt gophermap