CFLAGS= -Wall -Wextra $(INCLUDES) -g # add -Werror, del -g
CFLAGS= -Wall -Wextra -Werror $(INCLUDES) -g3# del g3
VPATH=$(DIR_SRCS)
DIR_SRCS= srcs
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.