@@ -35,11 +35,13 @@ NAME = computorv1
D_LIB = ./libft
D_HEADERS = ./headers
HEADERS = computorv1.h
D_SRCS = ./src
D_SRCS = ./src \
./src/utils
SRCS = computorv1.c \
errors.c \
lexer.c \
parser.c
parser.c \
print_enums.c
# COMPILATION CONFIG :
CC = gcc
The note is not visible to the blocked user.