
main: main.cc body.h cube.h cylinder.h cube.cc cylinder.cc
	$(CXX) -o $@ main.cc cube.cc cylinder.cc

clean:
	rm -f main 

