From 4e749697600bab526b1cf51bcca493f6d31d2e34 Mon Sep 17 00:00:00 2001 From: nathansmith Date: Fri, 23 May 2025 07:43:34 -0600 Subject: Almost done with this stupidness --- org/blog/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 org/blog/Makefile (limited to 'org/blog/Makefile') diff --git a/org/blog/Makefile b/org/blog/Makefile new file mode 100644 index 0000000..4e13f8c --- /dev/null +++ b/org/blog/Makefile @@ -0,0 +1,10 @@ +.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 -- cgit v1.2.3