makefile seems to be in a decent state. auto-generates compile_commands.json

This commit is contained in:
2025-08-09 20:38:03 -05:00
parent 6157a80584
commit b4d4683f8d
3 changed files with 58 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#include "genetic.h"
#include "pthread.h"
#include <queue>
#include <vector>
#include <pthread.h>
namespace genetic {