feat: update to render using raylib + implement additional instructions

This commit is contained in:
Stevan Freeborn
2026-07-17 08:19:54 -05:00
parent 6c9a132b37
commit b64ba55f46
3 changed files with 189 additions and 143 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Write-Host "[Compiling...]"
gcc main.c -o ./.bin/chip.exe -Wall -Wextra
gcc main.c -o ./.bin/chip.exe -Wall -Wextra -lraylib -lopengl32 -lgdi32 -lwinmm
if ($LASTEXITCODE -ne 0) {
Write-Host "[Failed to compiled]";