3 lines
50 B
Bash
Executable File
3 lines
50 B
Bash
Executable File
#!/bin/bash
|
|
set -xe
|
|
cc -O3 -o chip8 chip8.c -lSDL2 |