aboutsummaryrefslogtreecommitdiff
path: root/cpp06/ex01/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpp06/ex01/Makefile')
-rw-r--r--cpp06/ex01/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp06/ex01/Makefile b/cpp06/ex01/Makefile
index fff9a9f..8702cc9 100644
--- a/cpp06/ex01/Makefile
+++ b/cpp06/ex01/Makefile
@@ -6,14 +6,14 @@
# By: charles <me@cacharle.xyz> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/11/18 09:31:16 by charles #+# #+# #
-# Updated: 2020/11/18 10:17:03 by charles ### ########.fr #
+# Updated: 2020/12/14 11:11:02 by cacharle ### ########.fr #
# #
# ############################################################################ #
NAME = serialization
CXX = clang++
-CXXFLAGS = -std=c++98 -Wall -Wextra -Werror
+CXXFLAGS = -Wall -Wextra -Werror
SRC = main.cpp
OBJ = $(SRC:.cpp=.o)