Files
advent-of-code/2019/.dir-locals.el
2022-09-18 13:35:09 +02:00

5 lines
258 B
EmacsLisp

((nil . ((eval . (let ((root (expand-file-name (projectile-project-root))))
(setq-local
flycheck-gcc-include-path (list (concat root "include"))
compile-command (concat "make -C " root " all")))))))