This commit is contained in:
Hugo LAMY
2022-02-05 00:07:53 +01:00
parent a30edf91ab
commit 861eac6e55
3 changed files with 135 additions and 63 deletions

View File

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