Emacs .dirs-local.el: change default make target

This commit is contained in:
2024-06-28 09:41:17 +02:00
parent 46f42ae59b
commit b4f008b223

View File

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