ppsspp/SDL/b.sh

3 lines
58 B
Bash
Raw Normal View History

2012-11-01 16:19:01 +01:00
mkdir -p build
(cd build; cmake .. && make -j3 $1; cd ..)