diff --git a/bashrc b/bashrc index a783456c..00fafdc8 100644 --- a/bashrc +++ b/bashrc @@ -261,7 +261,6 @@ else fi export MAKEFLAGS="-j$NPROC" -export MAKE="make $MAKEFLAGS" alias make="make $MAKEFLAGS" ##### Aliases RJ706I ##### diff --git a/zshrc b/zshrc index 88c1ad3b..71e14f56 100644 --- a/zshrc +++ b/zshrc @@ -197,7 +197,6 @@ else fi export MAKEFLAGS="-j$NPROC" -export MAKE="make $MAKEFLAGS" alias make="make $MAKEFLAGS" ##### Aliases RJ706I #####