diff options
| -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 |