move to raylib

This commit is contained in:
2025-07-11 18:12:58 +02:00
parent 9bf79d3ad5
commit 8622df3bc0
2 changed files with 24 additions and 20 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/bash
set -xe
cc -O3 -o chip8 chip8.c -lSDL2
cc -O3 -o chip8 chip8.c -L/usr/local/lib/libraylib.a -lraylib -lm