diff --git a/elluminate.sh b/elluminate.sh index eddb031..d661431 100644 --- a/elluminate.sh +++ b/elluminate.sh @@ -580,9 +580,6 @@ do_bsh_alias() { export LDFLAGS=-L/usr/local/lib export PKG_CONFIG_PATH=/usr/local/lib/x86_64-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig - # Parallel build. - export MAKE="make -j$(($(nproc) * 2))" - # This script adds the ~/.local/bin directory to your PATH environment variable if required. EOF