diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..7dbf247 --- /dev/null +++ b/build.sh @@ -0,0 +1,3 @@ +cmake -Bbuild -DCMAKE_BUILD_TYPE=Release +cmake --build build --config Release + diff --git a/cmt b/cmt deleted file mode 100755 index 2e66724..0000000 Binary files a/cmt and /dev/null differ