From: David Dykstra Date: Tue, 9 Mar 1999 21:47:18 +0000 (+0000) Subject: Add distclean target to Makefile.in. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/af21c12fbcff6fc030c737f8079224ebfb99c912 Add distclean target to Makefile.in. --- diff --git a/Makefile.in b/Makefile.in index 078f6db6..ec8363b5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -65,6 +65,9 @@ proto: clean: rm -f *~ $(OBJS) rsync +distclean: clean + rm -f config.h config.cache config.status Makefile + # this target is really just for my use. It only works on a limited # range of machines and is used to produce a list of potentially