From cc7d91ebfb245768c4d3e900f76be221f8596724 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Fri, 15 Mar 2024 09:03:30 +0100 Subject: [PATCH] default compile-command: make testing --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index 8933eb1..957ee03 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,3 +1,3 @@ ((nil . ((compile-command . (concat "make -C " (vc-root-dir) - " -k -j2"))))) + " -k -j2 testing")))))