aboutsummaryrefslogtreecommitdiffstats
path: root/compile_commands.json
diff options
context:
space:
mode:
authorGravatar BanceDev 2024-09-02 22:55:24 -0400
committerGravatar BanceDev 2024-09-02 22:55:24 -0400
commitebdd4e88db2738197dd4a47903f28253cfc103e0 (patch)
treea9a5e7dd6b57dfa18fdafec0cf912042468a5f56 /compile_commands.json
parentadded arrow key movement (diff)
added basic lua scripting
added exec function to run shell commands from lua
Diffstat (limited to 'compile_commands.json')
-rw-r--r--compile_commands.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/compile_commands.json b/compile_commands.json
index 6578a36..5ba9a1e 100644
--- a/compile_commands.json
+++ b/compile_commands.json
@@ -2,7 +2,9 @@
{
"arguments": [
"/usr/bin/cc",
+ "-DLUSH_VERSION=\"0.0.1\"",
"-DDEBUG",
+ "-I/usr/include/lua5.4",
"-g",
"-c",
"-o",