mirror of
https://github.com/PCSX2/pcsx2-sourceforge.git
synced 2026-02-04 19:31:17 +01: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}
|