diff options
| author | 2024-09-02 22:55:24 -0400 | |
|---|---|---|
| committer | 2024-09-02 22:55:24 -0400 | |
| commit | ebdd4e88db2738197dd4a47903f28253cfc103e0 (patch) | |
| tree | a9a5e7dd6b57dfa18fdafec0cf912042468a5f56 /compile_commands.json | |
| parent | added 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.json | 2 |
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", |
