updating changes

This commit is contained in:
2025-06-04 13:39:34 -05:00
parent 4339b90811
commit 0dfe510fab
6 changed files with 230 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
build:
gcc -Wall -std=c99 ./src/*.c -lSDL2 -o renderer
gcc -Wall -std=c99 ./src/*.c -lSDL2 -lm -o renderer
run:
./renderer