New Makefile, day 1 solution (C)

This commit is contained in:
2021-12-03 16:58:08 +01:00
parent 7a1a200a73
commit ad032df481
25 changed files with 2728 additions and 194 deletions

4
2021/.dir-locals.el Normal file
View File

@@ -0,0 +1,4 @@
((nil . ((eval . (let ((root (expand-file-name "2021/" (projectile-project-root))))
(setq-local
flycheck-gcc-include-path (list (concat root "include"))
compile-command (concat "make -C " root " all")))))))