With the current state of `Makefile` we will get the following error: ``` make[1]: *** No rule to make target 'main.c', needed by 'game'. make: *** [Makefile:387: all] Error 2 ``` After the required changes locally the error has been resolved successfully.