Making a small project, can\'t configure makefile
SRC := $(shell find -name "*.cpp") OBJ = $(SRC:.cpp=.o) NAME = Tetrines LIBS = -lsfml-graphi