change clang++ for c++

This commit is contained in:
Hugo LAMY
2022-02-17 11:43:28 +01:00
parent 1a1074a7c8
commit f911e6fbcd
25 changed files with 73 additions and 12 deletions

View File

@@ -6,7 +6,7 @@
NAME = zombie
CC = clang++
CC = c++
CFLAGS = -Wall -Wextra -Werror $(INCLUDES) -std=c++98
VPATH = $(D_SRCS)