Cpp-Retro-Snake-Game-with-raylib icon indicating copy to clipboard operation
Cpp-Retro-Snake-Game-with-raylib copied to clipboard

`main.c` has to be changed to `main.cpp` in the `Makefile`

Open AMP999 opened this issue 1 year ago • 0 comments

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.

AMP999 avatar Mar 04 '24 11:03 AMP999