CXX=g++ CFLAGS=-Wall COMPILE=$(CXX) $(CFLAGS) task5: $(COMPILE) -o task.out task5.cpp clean: rm task.out