Create build.sh
This commit is contained in:
parent
5942fadce8
commit
1f81f80b85
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
source=$1
|
||||||
|
pushd $source/desmume/src/frontend/posix
|
||||||
|
make -j12
|
||||||
|
#meson build -C debian-linux-build -j 12 --verbose
|
||||||
|
popd
|
Loading…
Reference in New Issue