File tree Expand file tree Collapse file tree 3 files changed +1448
-9
lines changed Expand file tree Collapse file tree 3 files changed +1448
-9
lines changed Original file line number Diff line number Diff line change 6
6
# By: caalbert <caalbert@student.42sp.org.br> +#+ +:+ +#+ #
7
7
# +#+#+#+#+#+ +#+ #
8
8
# Created: 2023/01/31 12:50:52 by caalbert #+# #+# #
9
- # Updated: 2023/05/22 10:35:56 by caalbert ### ########.fr #
9
+ # Updated: 2023/07/29 14:12:32 by caalbert ### ########.fr #
10
10
# #
11
11
# **************************************************************************** #
12
12
13
+
13
14
NAME := fdf
14
15
BONUSNAME := fdf_bonus
15
16
CC := cc
@@ -61,7 +62,7 @@ LIBFT := ${LIBFTDIR}libft.a
61
62
ifeq (${UNAME}, Linux)
62
63
MLXFLAGS := -lmlx -Ilmlx -lXext -lX11
63
64
else
64
- MLXFLAGS := -L./minilibx/ -lmlx -Ilmlx -L/opt/X11 /lib -lXext -lX11 -framework OpenGL -framework AppKit
65
+ MLXFLAGS := -L./minilibx/ -lmlx -Ilmlx -L/opt/homebrew /lib -lXext -lX11 -framework OpenGL -framework AppKit
65
66
endif
66
67
LIBS := ${MLXFLAGS} -L${LIBFTDIR} -lft -lm
67
68
INCS := -I${HEADDIR} -I${LIBFTDIR}
@@ -72,6 +73,9 @@ GREEN := \033[1;32m
72
73
RED := \033[1;31m
73
74
RESET := \033[0m
74
75
76
+ CPATH := /opt/homebrew/include
77
+ export CPATH
78
+
75
79
${NAME} : ${LIBFT} ${OBJSDIR} ${OBJS}
76
80
@echo " "
77
81
@echo " ${YELLOW} \t * Compiling ${NAME} \n${CYAN} "
@@ -154,10 +158,5 @@ push:
154
158
@echo " \033[1;38m \n" ;
155
159
@git commit -m " Feat(automatic): push all modification on file." -v;
156
160
@echo " \033[1;36m \n" ;
157
- @git push -v;
158
- @echo " \n\n${GREEN} \t * Pushing complete * ${RESET} \n\n" ;
159
-
160
- pull :
161
- @echo " \n\n\$ {YELLOW}\t * Starting Updated project * ${RESET} " ;
162
- @git pull --l
163
- @echo " ${GREEN} \t * Project Updated * ${RESET} \n\n" ;
161
+ @git push;
162
+ @echo " \n\n${YELLOW} \t * Finished pushing - Feat(automatic) * ${RESET} " ;
You can’t perform that action at this time.
0 commit comments