This commit is contained in:
flameyosflow 2025-12-20 11:02:42 +02:00
commit 1006b231f0
9 changed files with 85 additions and 21 deletions

View file

@ -24,5 +24,5 @@ echo "Linking..."
gcc main.o suic_math.o suic_terrain.o suic_lighting.o suic_net.o suic_ui.o suic_game_client.o \
$RAYLIB_LIBS -lm -o game_client
echo "✓ Successfully built: game_client"
echo " Run with: ./game_client"
echo "Successfully built: game_client"
echo "Run with: ./game_client"