Skip to content
Snippets Groups Projects
Commit 92f84221 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Minor tweaks [skip ci]

parent 366d38cc
No related branches found
No related tags found
No related merge requests found
......@@ -147,4 +147,3 @@ if(WITH_GUI)
)
add_dependencies( uninstall __uninstall_moose-gui__ )
endif()
......@@ -7,8 +7,8 @@ set -e
# will play well with cmake. CMAKE replaces @FOO@ and ${FOO} with cmake variable
# values.
if [ -z "$MAKE" ]; then
MAKE=make
if [ ! -n "$MAKE" ]; then
MAKE=make -j4
fi
echo "Building pymoose and creating bdist."
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment