diff options
author | nathansmith <nathansmith@posteo.com> | 2025-05-22 12:11:10 -0600 |
---|---|---|
committer | nathansmith <nathansmith@posteo.com> | 2025-05-22 12:11:10 -0600 |
commit | d194694f31002068868a378d121ed0e2db01c378 (patch) | |
tree | 295a67261fef4ebd02e29c36dd3e255492cffdfa /testTheThing/Makefile | |
parent | 8176a8aac5d490562200eca0adb6efe5cc95e61a (diff) |
Messy folder
Diffstat (limited to 'testTheThing/Makefile')
-rw-r--r-- | testTheThing/Makefile | 8 |
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/* + |