struct.o: struct.cpp
	g++ -c -g -Wall struct.cpp

clean:
	rm core struct.o 

