Files
Seele/build
T

7 lines
134 B
Python
Raw Normal View History

2020-03-17 00:40:43 +01:00
#!/bin/sh
rm -rf bin/Debug/x64
mkdir bin/Debug/x64
cd bin/Debug/x64
cmake ../../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_PLATFORM=x64
2020-03-17 00:40:43 +01:00
make