bill: main.o bill.o call.o g++ -Wall -g -o bill main.o bill.o call.o main.o: main.cpp bill.h call.h g++ -Wall -g -c main.cpp bill.o: bill.cpp bill.h call.h g++ -Wall -g -c bill.cpp call.o: call.cpp call.h g++ -Wall -g -c call.cpp submit: cp call.h call.cpp bill.h bill.cpp main.cpp /user/projects/csci112/p3/$(USER) chmod 644 /user/projects/csci112/p3/$(USER)/* echo "If you see call.h call.cpp bill.h bill.cpp main.cpp turnin worked" ls /user/projects/csci112/p3/$(USER)/* submit_late: cp call.h call.cpp bill.h bill.cpp main.cpp /user/projects/csci112/p3_late/$(USER) chmod 644 /user/projects/csci112/p3_late/$(USER)/* echo "If you see call.h call.cpp bill.h bill.cpp main.cpp turnin worked" ls /user/projects/csci112/p3_late/$(USER)/*