fceux/get_key/build.sh

3 lines
69 B
Bash
Executable File

#!/bin/sh
g++ `sdl-config --cflags --libs` main.cpp -o get_fceu_key;