everything in src|include should pass the norminette now
This commit is contained in:
parent
3ab3a384c3
commit
ed0c78d8a2
31 changed files with 453 additions and 384 deletions
6
Makefile
6
Makefile
|
|
@ -6,7 +6,7 @@
|
|||
# By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2023/11/03 13:20:01 by maiboyer #+# #+# #
|
||||
# Updated: 2024/01/11 14:14:03 by maiboyer ### ########.fr #
|
||||
# Updated: 2024/02/08 14:25:56 by maiboyer ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
|
|
@ -27,8 +27,8 @@ endif
|
|||
NAME = push_swap
|
||||
LIB_NAME ?=
|
||||
TARGET = $(NAME)
|
||||
CC = clang
|
||||
CFLAGS += -Wall -Wextra -Werror -g2 -lme -L$(BUILD_DIR) -Wno-unused-command-line-argument -MMD
|
||||
CC ?= clang
|
||||
CFLAGS += -Wall -Werror -Wextra -g2 -lme -L$(BUILD_DIR) -Wno-unused-command-line-argument -MMD
|
||||
BONUS_FILES =
|
||||
LIBS_NAME = mecstd
|
||||
SUBJECT_URL = 'https://cdn.intra.42.fr/pdf/pdf/118610/en.subject.pdf'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue