Made compile script go back to starting folder upon completion.

This commit is contained in:
Davis King 2013-05-26 16:00:01 -04:00
parent 1f14e8f590
commit c9dce70c4d

View File

@ -2,3 +2,4 @@ mkdir build
cd build
cmake ../../tools/python
cmake --build . --config Release --target install
cd ..