Files
emu/build.sh
2025-07-11 15:14:45 +02:00

3 lines
50 B
Bash
Executable File

#!/bin/bash
set -xe
cc -O3 -o chip8 chip8.c -lSDL2