build(parsing): adding the flags / target
This commit is contained in:
parent
a9eaeac940
commit
89eaf3402c
1 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
# By: rparodi <marvin@42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# 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 \
|
||||
sources/help.c \
|
||||
sources/usage.c \
|
||||
sources/flags.c \
|
||||
sources/target.c \
|
||||
sources/parsing.c
|
||||
|
||||
CC ?= clang
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue