make gitclean

This commit is contained in:
Gerhard Rieger 2008-01-28 22:04:20 +01:00
parent 2b3afcf425
commit c31a00b3f5
3 changed files with 10 additions and 0 deletions

View file

@ -1,5 +1,7 @@
new features: new features:
new make target "gitclean"
docu source doc/socat.yo released docu source doc/socat.yo released
####################### V 1.6.0.0: ####################### V 1.6.0.0:

View file

@ -83,6 +83,11 @@ OSFILES = Config/Makefile.Linux-2-6-16 Config/config.Linux-2-6-16.h \
all: progs doc all: progs doc
scmclean: gitclean
gitclean: distclean docclean
rm -f Makefile.bak configure
doc: doc/socat.1 doc/socat.html doc: doc/socat.1 doc/socat.html
docclean: docclean:

3
README
View file

@ -282,3 +282,6 @@ For socat source distribution, bug fixes, and latest news see
www.socat.org is an alternate site providing the same contents. www.socat.org is an alternate site providing the same contents.
public git repository:
git://repo.or.cz/socat.git
http://repo.or.cz/r/socat.git