mirror of
https://github.com/Relintai/broken_seals_site.git
synced 2024-11-11 21:15:01 +01:00
8 lines
75 B
Bash
Executable File
8 lines
75 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd build
|
|
cmake ..
|
|
make -j4
|
|
cd ..
|
|
cp -u build/broken_seals site
|