Restore to a stage where it works and is easier to manage (#5)
Everything in the parser that needs to be normed is in a single .c + .h file (also there is the scanner.c file)
This commit is contained in:
parent
dc2358a320
commit
cc8567f434
61 changed files with 14052 additions and 15081 deletions
|
|
@ -6,7 +6,7 @@
|
|||
# By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2023/11/03 13:20:01 by maiboyer #+# #+# #
|
||||
# Updated: 2024/04/30 17:20:27 by maiboyer ### ########.fr #
|
||||
# Updated: 2024/05/01 15:52:16 by maiboyer ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ CFLAGS = -Wall -Wextra -Werror -MMD -I./includes -I../includes -I../output/inc
|
|||
|
||||
include ./Filelist.mk
|
||||
|
||||
SRC_FILES += ./src/lib ./src/scanner
|
||||
SRC_FILES += ./src/combined ./src/scanner
|
||||
SRC = $(addsuffix .c,$(addprefix $(SRC_DIR)/,$(SRC_FILES)))
|
||||
OBJ = $(addsuffix .o,$(addprefix $(BUILD_DIR)/,$(SRC_FILES)))
|
||||
DEPS = $(addsuffix .d,$(addprefix $(BUILD_DIR)/,$(SRC_FILES)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue