Use a shell script over a makefile
Simpler build system, easier to read.
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
;;; For more information see (info "(emacs) Directory Variables")
|
||||
|
||||
((nil . ((+license/license-choice . "GNU General Public License Version 2")
|
||||
(compile-command . "make run")))
|
||||
(compile-command . "sh build.sh")))
|
||||
(c++-mode . ((mode . clang-format))))
|
||||
|
||||
Reference in New Issue
Block a user