build(parsing): adding the parsing sources files
This commit is contained in:
parent
92f61058d5
commit
9349d485df
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue