1 2 3 4 5 6 7
CXXFLAGS=-std=c++14 -ggdb LINK.o=$(LINK.cc) main: main.o concept.o helpers.o *.o: *.hpp clean: -rm *.o main