Update benches

This commit is contained in:
2021-09-01 21:30:02 +02:00
parent 910c19c510
commit c45c0c4420
7 changed files with 97 additions and 1 deletions

5
etc/make/emacs.mk Normal file
View File

@@ -0,0 +1,5 @@
EMACS = emacs -q --batch --load config.el
define tangle
$(EMACS) $(1) --eval "(require 'org)" --eval '(org-babel-tangle)'
endef