Red Square

This commit is contained in:
2025-02-23 12:50:43 -06:00
parent 39dbaf227b
commit 691ae7fc44
4 changed files with 63 additions and 7 deletions

View File

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