ReGameDLL_CS/regamedll/compile.sh
s1lent d8208f0884
Added support building using cmake
Added support clang compiler
Fixed some compiler warnings
Update README.md
2020-02-06 04:32:20 +07:00

8 lines
65 B
Bash

#!/bin/bash
rm -rf build
mkdir build
cd build
cmake ../ $*
make