add Emacs .dirs-local.el

This commit is contained in:
2023-07-09 16:04:20 +02:00
parent 48319cf21a
commit 23e49f463e

3
.dir-locals.el Normal file
View File

@@ -0,0 +1,3 @@
((nil . ((compile-command . (concat "make -C "
(vc-root-dir)
" -k -j2")))))