mirror of https://gitee.com/bigwinds/arangodb
Fix clean target for etcd.
This commit is contained in:
parent
71061e0a32
commit
ee36266663
|
@ -41,7 +41,7 @@ endif
|
|||
CLEANUP_3RD += clean-etcd
|
||||
|
||||
clean-etcd:
|
||||
cd @top_srcdir@/3rdParty/etcd && ./clean
|
||||
cd @top_srcdir@/3rdParty/etcd && go clean
|
||||
rm -f @top_srcdir@/bin/etcd-arango
|
||||
|
||||
## -----------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue