Fix the 'make clean' part: one needs to specify -fMakefile, so that we are
sure that no other makefile can be used.
This commit is contained in:
@@ -116,7 +116,7 @@ compile_and_run()
|
||||
fi
|
||||
fi
|
||||
|
||||
eval "make clean > /dev/null 2>&1 "
|
||||
make -fMakefile clean
|
||||
}
|
||||
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user