diff options
| author | aspiring_aurelian <tom.wells46@protonmail.com> | 2024-03-06 21:20:38 -0600 |
|---|---|---|
| committer | aspiring_aurelian <tom.wells46@protonmail.com> | 2024-03-06 21:20:38 -0600 |
| commit | 3d24f1a3a3cb03d9aa5a32afb45b2470a31fdc7a (patch) | |
| tree | 4debcb0ab8fa56e0aa635c0eaeb50f6632ee420b | |
| parent | 6cdf2324d714b5f87dac893b453129f7b4bc0413 (diff) | |
Add compile_commands.json for clangd lsp support
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | main.c | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,5 @@ bin tmp.c a.out +.cache +compile_commands.json @@ -105,7 +105,6 @@ int main(int argc, char *argv[]) { mkdir("./bin", 0777); - pthread_join(f_thread, NULL); /* Get value from thread which checks if the bin |