aboutsummaryrefslogtreecommitdiffstats
path: root/testTheThing/Makefile
diff options
context:
space:
mode:
authornathansmith <nathansmith@posteo.com>2025-05-22 18:11:10 +0000
committernathansmith <nathansmith@posteo.com>2025-05-22 18:11:10 +0000
commitd194694f31002068868a378d121ed0e2db01c378 (patch)
tree295a67261fef4ebd02e29c36dd3e255492cffdfa /testTheThing/Makefile
parent8176a8aac5d490562200eca0adb6efe5cc95e61a (diff)
downloadshittyweb-d194694f31002068868a378d121ed0e2db01c378.tar.gz
shittyweb-d194694f31002068868a378d121ed0e2db01c378.tar.bz2
shittyweb-d194694f31002068868a378d121ed0e2db01c378.zip
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/*
+