#Write the Makefile for this directory. You should make sure the dependencies are in the right order. #Here is a link for reference: https://opensource.com/article/18/8/what-how-makefile max_array: max_array.c max_array_impl.c @gcc -o output.o max_array.c max_array_impl.c -I. @./output.o