OBJS = start working CXXFLAGS = -std=c++2a all: ${OBJS} clean: rm -f ${OBJS} *.o