diff options
author | nathan <nathansmith@disroot.org> | 2025-06-06 06:24:01 -0600 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-06-06 06:24:01 -0600 |
commit | 484895e052ba88804f470a7cf26961d2f5cc7d0a (patch) | |
tree | cfa69725397d978defe6eb0ba391a8ed722951a3 /org/blog/Makefile | |
parent | 03f020fd64071d5f000fcd0c326a7d1c71b96917 (diff) |
phlog working
Diffstat (limited to 'org/blog/Makefile')
-rw-r--r-- | org/blog/Makefile | 4 |
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 |