-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmakefile_util.mk
More file actions
17 lines (16 loc) · 994 Bytes
/
makefile_util.mk
File metadata and controls
17 lines (16 loc) · 994 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# **************************************************************************** #
# #
# ::: :::::::: #
# makefile_util.mk :+: :+: :+: #
# +:+ +:+ +:+ #
# By: yoav <yoav@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2022/09/04 15:12:32 by yoav #+# #+# #
# Updated: 2022/09/04 16:06:00 by yoav ### ########.fr #
# #
# **************************************************************************** #
RED = \033[0;31m
CYAN = \033[0;36m
GREEN = \033[1;32m
YELLOW = \033[1;33m
NC = \033[0m