docs/hack/make/binary-client

8 lines
99 B
Bash

#!/bin/bash
set -e
BINARY_SHORT_NAME="docker"
SOURCE_PATH="./client"
source "${MAKEDIR}/.binary"