Updating the makefile
This commit is contained in:
parent
99ea17c970
commit
0a4754424e
1 changed files with 4 additions and 4 deletions
8
Makefile
8
Makefile
|
|
@ -6,7 +6,7 @@
|
|||
# By: rparodi <marvin@42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
|
||||
# Updated: 2023/12/23 17:35:10 by raphael ### ########.fr #
|
||||
# Updated: 2023/12/27 18:35:14 by raphael ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
|
|
@ -25,6 +25,9 @@ RED = \033[0;31m
|
|||
GOLD = \033[38;5;220m
|
||||
END = \033[0m
|
||||
|
||||
all: header $(NAME)
|
||||
@printf '\n$(GREY) Compilation $(GREEN)Done\n'
|
||||
|
||||
header:
|
||||
@printf '\n\n'
|
||||
@printf '$(GOLD) ******* ***** ******* $(END)\n'
|
||||
|
|
@ -48,9 +51,6 @@ $(NAME): $(OBJ) $(OBJLibft)
|
|||
@printf '$(GREY) Compiling $(END)$(GREEN)$<$(END)\n'
|
||||
@$(CC) -I. -o $@ -c $? $(CFLAGS)
|
||||
|
||||
all: header $(NAME)
|
||||
@printf '\n$(GREY) Compilation $(GREEN)Done\n'
|
||||
|
||||
dev: all bonus clean
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue