From 976426db8f2aa2a7749b2a5b867e1668ef20e98f Mon Sep 17 00:00:00 2001 From: hristov Date: Fri, 16 Mar 2001 14:55:44 +0000 Subject: [PATCH] TGeant4 and AliGeant4 included in clean target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7428a2421f9..49b68e025f0 100644 --- a/Makefile +++ b/Makefile @@ -138,7 +138,7 @@ htmldoc: FORCE clean: FORCE @rm -f *~ \#* @rm -f include/* - @for i in $(ALIROOT_DIRS) ALIROOT ; do \ + @for i in $(ALIROOT_DIRS) ALIROOT TGeant4 AliGeant4; do \ ${MAKE} -C $$i macroclean ; \ done -- 2.39.3