Files
cw_tree/.dir-locals.el
Aryadev Chavali 739409d3be Use a shell script over a makefile
Simpler build system, easier to read.
2025-11-27 00:45:51 +00:00

7 lines
330 B
EmacsLisp

;;; Directory Local Variables -*- no-byte-compile: t; -*-
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((+license/license-choice . "GNU General Public License Version 2")
(compile-command . "sh build.sh")))
(c++-mode . ((mode . clang-format))))