
####################################################
# Copyright (C) 2001-2003, CompHEP Collaboration
#------------------------------------------------------
# Author: A.Kryukov
####################################################
#
# $Id: Makefile,v 1.1 2003/07/01 19:15:50 kryukov Exp $
#
# $Log: Makefile,v $
# Revision 1.1  2003/07/01 19:15:50  kryukov
# Cleanup lib's for distributive
#
####################################################

.PHONY: cleanall

cleanall:
	@rm -f *.a
	
