d03 ex03 a priori ok

This commit is contained in:
Hugo LAMY
2022-02-23 17:05:56 +01:00
parent b24335a78e
commit 718fe08eae
21 changed files with 229 additions and 47 deletions

View File

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