CXXFLAGS = -g -O3 -Wall -Wextra -Wuninitialized -pedantic -Wshadow -Weffc++ -std=c++14 OBJS = myCD args args2 all: ${OBJS} clean: rm -f ${OBJS} *.o