6 lines
241 B
EmacsLisp
6 lines
241 B
EmacsLisp
;;; Directory Local Variables -*- no-byte-compile: t -*-
|
|
;;; For more information see (info "(emacs) Directory Variables")
|
|
|
|
((nil . ((compile-command . "make -kC build/")
|
|
(my/project-run-command . "build/simple-lisp"))))
|