diff options
author | nathan <nathansmith@disroot.org> | 2025-05-24 00:26:37 -0600 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-05-24 00:26:37 -0600 |
commit | 14f718834fa12d87a9abf419a05e7762b00c3b09 (patch) | |
tree | f30271c0dafdf22da87722453f09c75ab892b0d8 /org/blog/Makefile | |
parent | 77e0166cca83411a9653eaba02ac439f519aedee (diff) |
More small pointless changes
Diffstat (limited to 'org/blog/Makefile')
-rw-r--r-- | org/blog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org/blog/Makefile b/org/blog/Makefile index e644a6d..06da0b6 100644 --- a/org/blog/Makefile +++ b/org/blog/Makefile @@ -1,9 +1,9 @@ .PHONY: all all: @echo Generating feed - ./generate_feed.scm > feed.xml + ./generate-feed.scm > feed.xml @echo Generating html - ./generate_html.scm > index.xhtml + ./generate-html.scm > index.xhtml .PHONY: clean clean: |