Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix VSCode Makefile to support multiple .c files (raysan5#4391)
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.
- Loading branch information