aboutsummaryrefslogtreecommitdiff
path: root/c11/ex05/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'c11/ex05/Makefile')
-rw-r--r--c11/ex05/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/c11/ex05/Makefile b/c11/ex05/Makefile
index 0aca71b..ae0b6ad 100644
--- a/c11/ex05/Makefile
+++ b/c11/ex05/Makefile
@@ -6,13 +6,13 @@
# By: cacharle <charles.cabergs@gmail.com> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2019/07/17 07:55:23 by cacharle #+# #+# #
-# Updated: 2019/07/17 08:15:25 by cacharle ### ########.fr #
+# Updated: 2019/07/18 10:21:51 by cacharle ### ########.fr #
# #
# **************************************************************************** #
OUT = do-op
CC = gcc
-FLAGS = -Wall -Wextra #-Werror
+FLAGS = -Wall -Wextra -Werror
SRC = main.c operators.c parse.c helper.c
OBJ = $(SRC:.c=.o)