mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-12-25 10:41:49 +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 |