mirror of
https://github.com/rwinkhart/sshyp-labs.git
synced 2026-09-05 16:47:29 -04:00
password-pasture - Allow build script to use all cores
This commit is contained in:
@@ -2,4 +2,4 @@
|
|||||||
rm -rf CMakeFiles cmake_install.cmake CMakeCache.txt Makefile
|
rm -rf CMakeFiles cmake_install.cmake CMakeCache.txt Makefile
|
||||||
cmake ./
|
cmake ./
|
||||||
sleep 10 # prevents clock skew
|
sleep 10 # prevents clock skew
|
||||||
make
|
make -j$(nproc)
|
||||||
|
|||||||
Reference in New Issue
Block a user