diff options
author | nathansmith <nathansmith@posteo.com> | 2025-05-23 07:43:34 -0600 |
---|---|---|
committer | nathansmith <nathansmith@posteo.com> | 2025-05-23 07:43:34 -0600 |
commit | 4e749697600bab526b1cf51bcca493f6d31d2e34 (patch) | |
tree | 10a0274c96667d1482dd7f07d768feaf518d6187 /blog/Makefile | |
parent | d194694f31002068868a378d121ed0e2db01c378 (diff) |
Almost done with this stupidness
Diffstat (limited to 'blog/Makefile')
-rw-r--r-- | blog/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/blog/Makefile b/blog/Makefile deleted file mode 100644 index 4e13f8c..0000000 --- a/blog/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -.PHONY: all -all: - @echo Generating feed - ./generate_feed.scm > feed.xml - @echo Generating html - ./generate_html.scm > index.html - -.PHONY: clean -clean: - rm feed.xml index.html |