
cylinderstruct: cylinderstruct.cc
	$(CXX) -o $@  cylinderstruct.cc

clean:
	rm -f  cylinderstruct


