diff options
| author | sanine <sanine.not@pm.me> | 2025-10-25 11:09:32 -0500 | 
|---|---|---|
| committer | sanine <sanine.not@pm.me> | 2025-10-25 11:09:32 -0500 | 
| commit | cc69389d79e4bed927e9aa29b8769c2ad4f90d8c (patch) | |
| tree | 50034136ed2db13d3256b2b24f5271970f138433 /Makefile | |
create simple genetic algorithm in c
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..658bce0 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +example: genalg.h genalg.c genalg.example.c +	gcc -g -o example genalg.c genalg.example.c -Wall -Wextra -Wpedantic -Werror -lm | 
