CXXFLAGS = -O3 -Wall -Wextra -Wuninitialized -pedantic -std=c++11 OBJS = demo demo1 demo2 demo4 all: ${OBJS} clean: rm -f ${OBJS} *.o