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 /testTheThing/Makefile | |
parent | d194694f31002068868a378d121ed0e2db01c378 (diff) |
Almost done with this stupidness
Diffstat (limited to 'testTheThing/Makefile')
-rw-r--r-- | testTheThing/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/testTheThing/Makefile b/testTheThing/Makefile deleted file mode 100644 index 449c79f..0000000 --- a/testTheThing/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -.PHONY: all -all: - emacs -Q --script publish.el - -.PHONY: clean -clean: - rm -rf xhtml/* - |