Switch to Makefile for build system

This commit is contained in:
2026-02-03 18:55:00 +00:00
parent 6ec0108566
commit 0162dcc709
4 changed files with 54 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((compile-command . "sh build.sh")
((nil . ((compile-command . "make MODE=debug")
(+license/license-choice . "Unlicense")))
(c-mode . ((mode . clang-format))))