From 0945538150a77570d68dc28ce36596455bdecac9 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 28 Apr 2002 09:59:07 +0000 Subject: [PATCH] r1824: *** empty log message *** --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.34.1