summaryrefslogtreecommitdiffstats
path: root/2020/Makefile
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2020-10-23 00:52:23 -0400
committerSacha Chua <sacha@sachachua.com>2020-10-23 00:57:35 -0400
commit1b389e01ce4db896a1882858131207845a890460 (patch)
tree5ec71eee2dc68e95d749ecfb9ac279a2a91e2717 /2020/Makefile
parent6738dce6a99f3863b5257e08a1af997349eb134d (diff)
downloademacsconf-wiki-1b389e01ce4db896a1882858131207845a890460.tar.xz
emacsconf-wiki-1b389e01ce4db896a1882858131207845a890460.zip
Copyright and nav links
Diffstat (limited to '2020/Makefile')
-rw-r--r--2020/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/2020/Makefile b/2020/Makefile
new file mode 100644
index 00000000..1a42e852
--- /dev/null
+++ b/2020/Makefile
@@ -0,0 +1,2 @@
+schedule-files:
+ emacsclient --eval '(progn (with-current-buffer (find-file "submissions.org") (org-babel-execute-buffer) (conf/generate-schedule-files)))'