Updating changes

This commit is contained in:
2025-02-22 23:14:36 -06:00
parent 8c1f2e67c7
commit 39dbaf227b
4 changed files with 29 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
build:
gcc -Wall -std=c99 ./src/*.c -o renderer
run:
./renderer
clean:
rm renderer