mirror of
https://github.com/raysan5/raylib.git
synced 2026-06-13 21:01:53 +08: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. |
||
|---|---|---|
| .. | ||
| .vscode | ||
| resources | ||
| main.c | ||
| main.code-workspace | ||
| Makefile | ||
| Makefile.Android | ||