build(parsing): adding the parsing sources files

This commit is contained in:
Raphael 2026-03-28 15:39:27 +01:00
parent 92f61058d5
commit 9349d485df
No known key found for this signature in database

View file

@ -6,7 +6,7 @@
# By: rparodi <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
# Updated: 2026/03/24 11:44:52 by rparodi ### ########.fr #
# Updated: 2026/03/28 15:15:58 by rparodi ### ########.fr #
# #
# **************************************************************************** #
@ -16,7 +16,10 @@
MODULE_NAME = parsing
NAME = lib$(MODULE_NAME).a
SRC = sources/parsing.c
SRC = sources/utils.c \
sources/help.c \
sources/usage.c \
sources/parsing.c
CC ?= clang
CFLAGS ?= -Werror -Wextra -Wall