OBJS = simpleExit noReturn myExit exit2 CXXFLAGS = -g -O2 -Wall -Wextra all: ${OBJS} clean: rm -f *.o ${OBJS}