Commit c9dce70c authored by Davis King's avatar Davis King

Made compile script go back to starting folder upon completion.

parent 1f14e8f5
......@@ -2,3 +2,4 @@ mkdir build
cd build
cmake ../../tools/python
cmake --build . --config Release --target install
cd ..
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment