mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-27 07:05:38 +03:00
8 lines
65 B
Bash
Executable File
8 lines
65 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -rf build
|
|
mkdir build
|
|
cd build
|
|
cmake ../ $*
|
|
make
|