aboutsummaryrefslogtreecommitdiff
path: root/org/blog/Makefile
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-06-06 06:24:01 -0600
committernathan <nathansmith@disroot.org>2025-06-06 06:24:01 -0600
commit484895e052ba88804f470a7cf26961d2f5cc7d0a (patch)
treecfa69725397d978defe6eb0ba391a8ed722951a3 /org/blog/Makefile
parent03f020fd64071d5f000fcd0c326a7d1c71b96917 (diff)
phlog working
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