X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=6be1b72e0ce309a28bc23496fad402e696b8889e;hb=4054fe997dbce15071a1d2b96a082b4a4a5a8363;hp=8191f53ef19f927f8490db8b6859592836b95fd2;hpb=5709e7e3117996052ca59d6b997f8e73c74d8bb0;p=uffi.git diff --git a/Makefile b/Makefile index 8191f53..6be1b72 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.26 2002/03/21 07:56:45 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.27 2002/03/21 14:49:14 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -36,7 +36,8 @@ DISTDIR=uffi-${VERSION} DIST_TARBALL=${DISTDIR}.tar.gz DIST_ZIP=${DISTDIR}.zip SOURCE_FILES=src doc examples Makefile uffi.system COPYRIGHT README TODO \ - INSTALL uffi.lsm ChangeLog NEWS test-examples.cl set-logical.cl + INSTALL uffi.lsm ChangeLog NEWS test-examples.cl set-logical.cl \ + benchmarks dist: realclean docs @rm -fr ${DISTDIR} ${DIST_TARBALL} ${DIST_ZIP}