mirror of
https://github.com/moparisthebest/socat
synced 2024-12-21 22:48:48 -05:00
make gitclean
This commit is contained in:
parent
2b3afcf425
commit
c31a00b3f5
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:
|
||||
|
Loading…
Reference in New Issue
Block a user