aboutsummaryrefslogtreecommitdiff
path: root/cpp06/ex00/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpp06/ex00/Makefile')
-rw-r--r--cpp06/ex00/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp06/ex00/Makefile b/cpp06/ex00/Makefile
index e0de1f1..f548628 100644
--- a/cpp06/ex00/Makefile
+++ b/cpp06/ex00/Makefile
@@ -6,14 +6,14 @@
# By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/04/15 09:59:30 by charles #+# #+# #
-# Updated: 2020/12/13 16:00:15 by charles ### ########.fr #
+# Updated: 2020/12/14 10:53:21 by cacharle ### ########.fr #
# #
# **************************************************************************** #
NAME = convert
CXX = clang++
-CXXFLAGS = -std=c++98 -Wall -Wextra -Werror
+CXXFLAGS = -Wall -Wextra -Werror
SRC = main.cpp
OBJ = $(SRC:.cpp=.o)