]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Clean up also ALIROOT in target clean
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 14 Jun 1999 16:14:59 +0000 (16:14 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 14 Jun 1999 16:14:59 +0000 (16:14 +0000)
Makefile

index 877e6695f2b830ac98eae10f6c4c1cb8dea5c4b5..f30c4619888be530edcda5ead3f08830a769e127 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -131,7 +131,7 @@ htmldoc:            FORCE
 
 clean:  FORCE
                @rm -f *~ \#*
-               @for i in $(ALIROOT_DIRS) ; do \
+               @for i in $(ALIROOT_DIRS) ALIROOT ; do \
                     ${MAKE} -C $$i macroclean ; \
                 done