etcd/scripts/build_tools.sh
Eduardo Patrocinio 5a93b087a6 Separate the build library functions and add a top level tools script
The current Makefile doesn't allow the compilation of the tools directory.
This commit creates a build library file, updates the Makefile
and a top level script fod building tools.

To build the tools, you can run make build_tools.

As before, you can run make build to build etcd binaries.
2022-06-10 11:43:10 -04:00

7 lines
103 B
Bash
Executable File

#!/usr/bin/env bash
source ./scripts/test_lib.sh
source ./scripts/build_lib.sh
run_build tools_build