update: module01/ex00

This commit is contained in:
Raphael 2024-11-04 16:42:43 +01:00
parent 6e1b64938d
commit 07022df125
10 changed files with 244 additions and 2 deletions

View file

@ -2,6 +2,7 @@ CompileFlags:
Compiler: clang
Add:
- "-xc++"
- "-stdlib=libc++"
- "-I/usr/local/include"
- "-I/nix/store/pzmpyb9hxfv60vh0l67avr94h71nip1b-llvm-16.0.6-dev/include"
- "-I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include"

View file

@ -6,7 +6,7 @@
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
# Updated: 2024/10/21 15:58:19 by rparodi ### ########.fr #
# Updated: 2024/11/04 15:44:54 by rparodi ### ########.fr #
# #
# **************************************************************************** #
@ -25,7 +25,7 @@ CXXFLAGS = -Werror -Wextra -Wall -std=c++98 -I./includes/
# Flags to debug and have the dependences (can be removed for correction)
CXXFLAGS += -MMD -g3
# Flag to debug (TO REMOVE)
CXXFLAGS += -D DEBUG=1
# CXXFLAGS += -D DEBUG=1
# Sources
SRC = ./sources/contact.cpp\
./sources/phonebook.cpp \