Remove binaries on cleanall
Signed-off-by: Rafael Ravedutti <rafaelravedutti@gmail.com>
This commit is contained in:
parent
db5f8cf1c6
commit
fd368609e8
1
Makefile
1
Makefile
@ -157,6 +157,7 @@ cleanall:
|
||||
$(info ===> CLEAN)
|
||||
@rm -rf ICC-lammps ICX-lammps GCC-lammps CLANG-lammps NVCC-lammps
|
||||
@rm -rf ICC-gromacs ICX-gromacs GCC-gromacs CLANG-gromacs NVCC-gromacs
|
||||
@rm -rf MDBench-GCC* MDBench-ICC* MDBench-ICX* MDBench-CLANG* MDBench-NVCC*
|
||||
@rm -f tags
|
||||
|
||||
distclean: clean
|
||||
|
Loading…
Reference in New Issue
Block a user