build
This commit is contained in:
parent
ce7ae046b8
commit
9be8675b44
1 changed files with 7 additions and 0 deletions
7
build.py
Executable file
7
build.py
Executable file
|
@ -0,0 +1,7 @@
|
|||
#! /bin/bash
|
||||
FILE="$(realpath "${BASH_SOURCE[0]}")"
|
||||
DIRECTORY="$(dirname "${FILE}")"
|
||||
|
||||
cd "${DIRECTORY}"
|
||||
make clean
|
||||
make publish
|
Loading…
Reference in a new issue