remove individuals headers to avoid circular dependencies

This commit is contained in:
hugogogo
2026-05-03 11:29:01 +02:00
parent 42cfdf9734
commit cdc066c935
9 changed files with 213 additions and 194 deletions

View File

@@ -34,10 +34,7 @@ RESET = "\e[0m"
NAME = computorv1
D_LIB = ./libft
D_HEADERS = ./headers
HEADERS = computorv1.h \
errors.h \
lexer.h \
parser.h
HEADERS = computorv1.h
D_SRCS = ./src
SRCS = computorv1.c \
errors.c \