all: lecture10.cpp Student.h Student.cpp Person.h myFun.h myFun.cpp
	g++ lecture10.cpp Student.cpp myFun.cpp -o lecture10 
