mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-21 12:05:47 +02:00
10 lines
111 B
Bash
10 lines
111 B
Bash
#!/bin/sh
|
|
|
|
echo Building dev9null...
|
|
curdir=`pwd`
|
|
|
|
cd ${curdir}/src
|
|
make $@
|
|
|
|
cp libDEV9null.so ${PCSX2PLUGINS}
|