From 12440e577f7bce2acae5336dd4b0bd2eba629bbc Mon Sep 17 00:00:00 2001 From: sfilippone Date: Sat, 15 Feb 2025 12:36:12 +0100 Subject: [PATCH] Fix util Makefile to delete metis_int.h and all .mod files --- util/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/Makefile b/util/Makefile index 9b70855f..dfeba832 100644 --- a/util/Makefile +++ b/util/Makefile @@ -47,9 +47,9 @@ psb_renum_mod.o: psb_s_renum_mod.o psb_d_renum_mod.o psb_c_renum_mod.o psb_z_ren $(IMPLOBJS): $(BASEOBJS) veryclean: clean - /bin/rm -f $(HERE)/$(LIBNAME) + /bin/rm -f $(HERE)/$(LIBNAME) psb_metis_int.h clean: - /bin/rm -f $(OBJS) $(LOCAL_MODS) + /bin/rm -f $(OBJS) $(LOCAL_MODS) *$(.mod) veryclean: clean