CXXFLAGS = -std=c++11 OBJS = start bdtime timeit ctime all: ${OBJS} clean: rm ${OBJS}