OBJS = uninit badParam badLoop CXXFLAGS = -g -O2 -Wall -Wextra -Werror all: ${OBJS} clean: rm -f *.o ${OBJS}