build(parsing): adding the flags / target

This commit is contained in:
Raphael 2026-03-30 14:05:02 +02:00
parent a9eaeac940
commit 89eaf3402c
No known key found for this signature in database

View file

@ -6,7 +6,7 @@
# By: rparodi <marvin@42.fr> +#+ +:+ +#+ # # By: rparodi <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# # # Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
# Updated: 2026/03/28 15:15:58 by rparodi ### ########.fr # # Updated: 2026/03/30 12:19:43 by rparodi ### ########.fr #
# # # #
# **************************************************************************** # # **************************************************************************** #
@ -19,6 +19,8 @@ NAME = lib$(MODULE_NAME).a
SRC = sources/utils.c \ SRC = sources/utils.c \
sources/help.c \ sources/help.c \
sources/usage.c \ sources/usage.c \
sources/flags.c \
sources/target.c \
sources/parsing.c sources/parsing.c
CC ?= clang CC ?= clang