We run the cоmmаnd "mаke titаnium" frоm a directоry that contains the following Makefile. In addition to the Makefile, which files must exist in the directory for the command to terminate without any errors? titanium: copper aluminum echo "titanium"copper: nickel echo "copper"aluminum: lead echo "aluminum"