script output fields is checked for duplicate

This commit is contained in:
hugogogo
2022-08-12 11:45:06 +02:00
parent 3a58b5d921
commit c225063361
5 changed files with 22 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
NAME = webserv
CXX = c++
CXX = clang++
CXXFLAGS = -Wall -Wextra #-Werror
CXXFLAGS += $(HEADERS_D:%=-I%)