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
|
||||
FILE="$(realpath "${BASH_SOURCE[0]}")"
|
||||
DIRECTORY="$(dirname "${FILE}")"
|
||||
#! /usr/bin/env bash
|
||||
BASH_FILE="$(realpath "${BASH_SOURCE[0]}")"
|
||||
BASH_ROOT="$(dirname "${FILE}")"
|
||||
|
||||
cd "${DIRECTORY}"
|
||||
make clean
|
||||
make publish
|
||||
cd "${BASH_ROOT}"
|
||||
make 'clean'
|
||||
make 'publish'
|
||||
|
|
Loading…
Reference in a new issue