main : main.o student.o g++ -o main main.o student.o main.o : main.cpp student.h g++ -c main.cpp student.o : student.cpp student.h g++ -c student.cpp