From b4f008b22382c01d7cb450010f3c38309732366c Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Fri, 28 Jun 2024 09:41:17 +0200 Subject: [PATCH] Emacs .dirs-local.el: change default make target --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index 6589692..2c32bfc 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,3 +1,3 @@ ((nil . ((compile-command . (concat "make -C " (vc-root-dir) - " -k -j4 testing"))))) + " -k -j4 dev")))))