X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=06856d983f7a675c322c1883dd693152e522094c;hb=0945538150a77570d68dc28ce36596455bdecac9;hp=ef5af4da22d34ed311ca898e0f41da941fae1f6b;hpb=3fdee3eb974bf302aa7d7fce542b70073b28d4a9;p=uffi.git 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