ppsspp/SDL/b.sh
Henrik Rydgård a54dcbedc1 Add a reminder about the submodule to the README, and some other minor
stuff (permissions etc), fixing the build for MacOSX again
2012-11-03 22:42:15 +01:00

3 lines
58 B
Bash
Executable File

mkdir -p build
(cd build; cmake .. && make -j3 $1; cd ..)