This commit is contained in:
2025-07-12 15:22:23 +02:00
parent ba170f2aae
commit 2a69d37f8e
4 changed files with 32 additions and 4 deletions

View File

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