aboutsummaryrefslogtreecommitdiff
path: root/testTheThing/Makefile
diff options
context:
space:
mode:
authornathansmith <nathansmith@posteo.com>2025-05-22 12:11:10 -0600
committernathansmith <nathansmith@posteo.com>2025-05-22 12:11:10 -0600
commitd194694f31002068868a378d121ed0e2db01c378 (patch)
tree295a67261fef4ebd02e29c36dd3e255492cffdfa /testTheThing/Makefile
parent8176a8aac5d490562200eca0adb6efe5cc95e61a (diff)
Messy folder
Diffstat (limited to 'testTheThing/Makefile')
-rw-r--r--testTheThing/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/testTheThing/Makefile b/testTheThing/Makefile
new file mode 100644
index 0000000..449c79f
--- /dev/null
+++ b/testTheThing/Makefile
@@ -0,0 +1,8 @@
+.PHONY: all
+all:
+ emacs -Q --script publish.el
+
+.PHONY: clean
+clean:
+ rm -rf xhtml/*
+