mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-06 03:18:14 +00:00

Updated the VSCode Makefile to allow compilation of multiple .c files instead of just one (main.c). - Replaced `SRC` and `OBJS` definitions to dynamically include all .c and .h files in the project. - This change enables automatic handling of any number of source files specifically in the VSCode setup.