mirror of
https://github.com/rwinkhart/sshyp-labs.git
synced 2026-08-28 04:46:48 -04:00
6 lines
137 B
Bash
Executable File
6 lines
137 B
Bash
Executable File
#!/usr/bin/env sh
|
|
rm -rf CMakeFiles cmake_install.cmake CMakeCache.txt Makefile
|
|
cmake ./
|
|
sleep 10 # prevents clock skew
|
|
make -j$(nproc)
|