Added compile_flags.txt

Used by clangd neovim LSP
This commit is contained in:
Ethan Smith-Coss 2024-09-11 13:10:14 +01:00
parent d59cd96e23
commit 597b4a3f7f
Signed by: TheOnePath
GPG Key ID: 1D351CCC6D01F32B

4
compile_flags.txt Normal file
View File

@ -0,0 +1,4 @@
-Iinclude/
-ansi
-std=c99
-Wall