d03 ex01 refonte complete ok

This commit is contained in:
Hugo LAMY
2022-02-22 18:49:15 +01:00
parent bb6c0515b1
commit 088a54d036
9 changed files with 87 additions and 125 deletions

View File

@@ -7,8 +7,7 @@
NAME = robots
CC = c++
#CFLAGS = -Wall -Wextra -Werror $(INCLUDES) -std=c++98
CFLAGS = $(INCLUDES) -std=c++98
CFLAGS = -Wall -Wextra -Werror $(INCLUDES) -std=c++98
VPATH = $(D_SRCS)