From f467d10ed31db8394a1dc83a39b943be3de47605 Mon Sep 17 00:00:00 2001 From: Rafael Ravedutti Date: Mon, 2 Jan 2023 19:11:05 +0100 Subject: [PATCH] Add cleanall command for all TAG and OPT_SCHEME variants Signed-off-by: Rafael Ravedutti --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 76bf162..fed9543 100644 --- a/Makefile +++ b/Makefile @@ -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)*