mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-01-01 01:25:33 +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
|