added makeflags

This commit is contained in:
tux 2023-05-08 20:37:43 +02:00
parent 8cd304e113
commit fd4220f5ef

View File

@ -1,6 +1,7 @@
#!/bin/bash
export JOBS="4"
export MAKEFLAGS="-j$JOBS"
export NINJAJOBS=$JOBS
export TELNETD=true
export PAPERSIZE="A4"