From 4e749697600bab526b1cf51bcca493f6d31d2e34 Mon Sep 17 00:00:00 2001
From: nathansmith <nathansmith@posteo.com>
Date: Fri, 23 May 2025 07:43:34 -0600
Subject: Almost done with this stupidness

---
 Makefile | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 Makefile

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..449c79f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+.PHONY: all
+all:
+	emacs -Q --script publish.el
+
+.PHONY: clean
+clean:
+	rm -rf xhtml/*
+
-- 
cgit v1.2.3