build.sh
This commit is contained in:
parent
cc887e8b1c
commit
6b76da4983
1 changed files with 6 additions and 6 deletions
12
build.sh
12
build.sh
|
@ -1,7 +1,7 @@
|
||||||
#! /bin/bash
|
#! /usr/bin/env bash
|
||||||
FILE="$(realpath "${BASH_SOURCE[0]}")"
|
BASH_FILE="$(realpath "${BASH_SOURCE[0]}")"
|
||||||
DIRECTORY="$(dirname "${FILE}")"
|
BASH_ROOT="$(dirname "${FILE}")"
|
||||||
|
|
||||||
cd "${DIRECTORY}"
|
cd "${BASH_ROOT}"
|
||||||
make clean
|
make 'clean'
|
||||||
make publish
|
make 'publish'
|
||||||
|
|
Loading…
Reference in a new issue