save to move to e3

This commit is contained in:
Hugo LAMY
2022-02-22 15:18:39 +01:00
parent 985d90bb8c
commit bb6c0515b1
6 changed files with 53 additions and 45 deletions

View File

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