Skip to content
Snippets Groups Projects
Commit cec24c2b authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

make clean

parent 6d44a325
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -18,6 +18,7 @@ if [ ! -f Makefile ]; then
echo "The makefile has not been generated."
exit 1
fi
CC="$2" CXX="$3" FC="$4" make VERBOSE=1 ..
CC="$2" CXX="$3" FC="$4" make VERBOSE=1
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment