mirror of
https://repo.or.cz/socat.git
synced 2024-12-22 15:32:35 +00:00
make gitclean
This commit is contained in:
parent
2b3afcf425
commit
c31a00b3f5
3 changed files with 10 additions and 0 deletions
2
CHANGES
2
CHANGES
|
@ -1,5 +1,7 @@
|
|||
|
||||
new features:
|
||||
new make target "gitclean"
|
||||
|
||||
docu source doc/socat.yo released
|
||||
|
||||
####################### V 1.6.0.0:
|
||||
|
|
|
@ -83,6 +83,11 @@ OSFILES = Config/Makefile.Linux-2-6-16 Config/config.Linux-2-6-16.h \
|
|||
|
||||
all: progs doc
|
||||
|
||||
scmclean: gitclean
|
||||
|
||||
gitclean: distclean docclean
|
||||
rm -f Makefile.bak configure
|
||||
|
||||
doc: doc/socat.1 doc/socat.html
|
||||
|
||||
docclean:
|
||||
|
|
3
README
3
README
|
@ -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.
|
||||
|
||||
public git repository:
|
||||
git://repo.or.cz/socat.git
|
||||
http://repo.or.cz/r/socat.git
|
||||
|
|
Loading…
Reference in a new issue