ppsspp/SDL/b.sh
2012-11-01 16:19:01 +01:00

2 lines
58 B
Bash

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