I have made a basic makefile which is supposed to compile my library. It goes like this :
NAME = mylib.a CC = gcc FLAGS = -Wall -Wextra -Werror LIB_SRCS = $(shel