From: Kevin M. Rosenberg Date: Sun, 28 Apr 2002 09:59:07 +0000 (+0000) Subject: r1824: *** empty log message *** X-Git-Tag: v1.6.1~459 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;ds=sidebyside;h=0945538150a77570d68dc28ce36596455bdecac9;p=uffi.git r1824: *** empty log message *** --- diff --git a/Makefile b/Makefile index ef5af4d..06856d9 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg, M.D. # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.46 2002/04/28 09:48:08 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.47 2002/04/28 09:59:07 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -14,6 +14,7 @@ # (http://opensource.franz.com/preamble.html), also known as the LLGPL. PKG:=uffi +DEBPKG=cl-uffi SUBDIRS:= examples src benchmarks DOCSUBDIRS:=doc @@ -67,4 +68,8 @@ freeze: cvs -q rtag -d frozen uffi cvs -q tag -F frozen . +.PHONY: cleandists +cleandists: + @rm -rf ../${PKG}-*.tar.gz ../${PKG}-*.zip + @rm -rf ../$(DEBPKG)_*gz ../${DEBPKG}*.changes ../${DEBPKG}*.deb ../${DEBPKG}*.dsc