From d194694f31002068868a378d121ed0e2db01c378 Mon Sep 17 00:00:00 2001 From: nathansmith Date: Thu, 22 May 2025 12:11:10 -0600 Subject: Messy folder --- testTheThing/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 testTheThing/Makefile (limited to 'testTheThing/Makefile') 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/* + -- cgit v1.2.3