mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-24 03:29:22 +01:00
10 lines
140 B
Bash
10 lines
140 B
Bash
#!/bin/bash
|
|
|
|
#OS="macosx"
|
|
OS="win32"
|
|
#OS="linux"
|
|
|
|
echo Compiling inject.c for ${OS}...
|
|
cp makefiles/Makefile-inject-${OS} Makefile
|
|
make
|
|
echo |