train: train.o stree.o g++ -g -o train train.o stree.o train.o: train.cpp stree.h g++ -g -c train.cpp stree.o: stree.cpp stree.h g++ -g -c stree.cpp submit: cp train.cpp stree.h stree.cpp /user/projects/csci112/p7/$(USER) chmod 644 /user/projects/csci112/p7/$(USER)/* echo "If you see train.cpp stree.h stree.cpp turnin worked" ls /user/projects/csci112/p7/$(USER)/* submit_late: cp train.cpp stree.h stree.cpp /user/projects/csci112/p7_late/$(USER) chmod 644 /user/projects/csci112/p7_late/$(USER)/* echo "If you see train.cpp stree.h stree.cpp turnin worked" ls /user/projects/csci112/p7_late/$(USER)/*