solver first part

This commit is contained in:
hugogogo
2026-05-07 00:58:27 +02:00
parent 4c13d21e1f
commit 8c22b98d88
7 changed files with 102 additions and 31 deletions

View File

@@ -52,6 +52,7 @@ CC = gcc
EXT = c
CFLAGS = -Wall -Wextra -Werror $(INCLUDES) -g3
LFLAGS = -L$(D_LIB) -lft
LFLAGS += -lm
# AUTOMATICALLY CREATED :
D_OBJS = builds