Some stuff and a makefile

This commit is contained in:
2026-06-11 07:33:37 -04:00
parent b51de8146e
commit 0b357330a6
2 changed files with 2 additions and 0 deletions

2
Makefile Normal file
View File

@@ -0,0 +1,2 @@
default:
gcc ray.c -o my_game -Iinclude -Llib -lraylib -lGL -lm -lpthread -ldl -lrt -lX11