Fix something (abd break something else)

This commit is contained in:
2026-04-17 01:04:42 -07:00
parent 460bcf507b
commit 47af10861d
3 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((my/project-run-command . "build/simple-lisp")
(compile-command . "make -C build"))))
((nil . ((compile-command . "make -kC build/")
(my/project-run-command . "build/simple-lisp"))))