update file structure

This commit is contained in:
hugogogo
2026-05-06 17:51:07 +02:00
parent 0046409c89
commit 4b6ad34720
5 changed files with 172 additions and 162 deletions

View File

@@ -37,10 +37,11 @@ D_HEADERS = ./headers
HEADERS = computorv1.h
D_SRCS = ./src \
./src/utils
SRCS = computorv1.c \
SRCS = main.c \
launcher.c \
lexer.c \
parser.c \
reduce.c \
reducer.c \
errors.c \
print_enums.c