X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=e49037815265971cdac2b46b23d4c7d45ae81255;hp=3fca75588ae2737cea3a4c6b5a4e81da5ae47a8f;hb=b0c7867ccdf61f1788b8ee8057b4113d5b5da84e;hpb=949ecae2e659ee76895debdf3e6b6bf01c7a4e3b diff --git a/Makefile b/Makefile index 3fca755..e490378 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.16 2002/04/28 10:58:07 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.17 2002/04/28 11:00:11 kevin Exp $ # # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -30,12 +30,6 @@ all: $(LIBSUBDIRS) $(LIBSUBDIRS): $(MAKE) -C $@ -clean: - @rm -f $(PKG)-*.tar.gz $(PKG)-*.zip - @find . -type d -name .bin |xargs rm -rf - @find . -type f -name "#*" -or -name \*~ -exec rm {} \; - @for i in $(LIBSUBDIRS) ; do $(MAKE) -C $$i $@ ; done - distclean: clean VERSION=$(shell cat VERSION)