Add cleanall command for all TAG and OPT_SCHEME variants

Signed-off-by: Rafael Ravedutti <rafaelravedutti@gmail.com>
This commit is contained in:
Rafael Ravedutti 2023-01-02 19:11:05 +01:00
parent fe86c948a8
commit f467d10ed3

View File

@ -153,6 +153,12 @@ clean:
@rm -rf $(BUILD_DIR)
@rm -f tags
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 -f tags
distclean: clean
$(info ===> DIST CLEAN)
@rm -f $(TARGET)*