BUILD FASTER

This commit is contained in:
apio 2022-10-23 19:27:19 +02:00
parent b615166373
commit c7598b08e0

View File

@ -26,7 +26,7 @@ port_configure()
port_build()
{
make
make -j$(nproc)
}
port_install()