-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvariables.mk
23 lines (21 loc) · 1.07 KB
/
variables.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#******************************************************************************#
# #
# ::: :::::::: #
# variables.mk :+: :+: :+: #
# +:+ +:+ +:+ #
# By: glourdel <glourdel@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2015/03/30 13:50:34 by glourdel #+# #+# #
# Updated: 2015/03/30 13:50:57 by glourdel ### ########.fr #
# #
#******************************************************************************#
CC = gcc
CXX = g++
FLAGS = -Wall -Wextra -Werror -std=c++11
BLUE = "\033[34;1;3m"
GREEN = "\033[32m"
IGREEN = "\033[30;42m"
RED = "\033[31m"
IRED = "\033[0;37;41m"
BRED = "\033[31;1m"
END = "\033[0m"