I installed homebrew on Linux, installed VSCode, installed raylib with homebrew, downloaded the first concepts-master from your git, went to terminal and selected run build task with the following result:
Executing task in folder first-concepts-master: make PLATFORM=PLATFORM_DESKTOP BUILD_MODE=DEBUG <
make game
make[1]: Verzeichnis „/home/jens/Dokumente/GameDev/first-concepts-master“ wird betreten
make[1]: *** Keine Regel vorhanden, um das Ziel „main.c“,
benötigt von „game“, zu erstellen. Schluss.
make[1]: Verzeichnis „/home/jens/Dokumente/GameDev/first-concepts-master“ wird verlassen
make: *** [Makefile:375: all] Fehler 2
The terminal process “make ‘PLATFORM=PLATFORM_DESKTOP’, ‘BUILD_MODE=DEBUG’” failed to launch (exit code: 2).
Roughly translated: no rule exist for target main.c creation, required by game.
Terminal will be reused by tasks, press any key to close it.
@StephenUlibarri
What are the next steps?