password-pasture - Allow build script to use all cores

This commit is contained in:
2022-08-08 05:07:35 -04:00
parent 04ab10fdd9
commit d19cc1ed2c
+1 -1
View File
@@ -2,4 +2,4 @@
rm -rf CMakeFiles cmake_install.cmake CMakeCache.txt Makefile
cmake ./
sleep 10 # prevents clock skew
make
make -j$(nproc)