mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-08-30 21:28:13 +02:00
scripts/build_deb.sh: refactor common code to build.sh
This commit is contained in:
parent
e547ac7062
commit
767508c4f0
3 changed files with 39 additions and 13 deletions
2
Makefile
2
Makefile
|
|
@ -24,7 +24,7 @@ package_deb: build
|
|||
export PACKAGE_VERSION="0.3.1" \
|
||||
export PACKAGE_PREFIX=$(PREFIX:/%=%) \
|
||||
export PACKAGE_PROGRAM="build/$(PROGRAM_NAME)" \
|
||||
&& ./scripts/build_deb.sh
|
||||
&& ./scripts/build.sh deb
|
||||
|
||||
clean:
|
||||
$(GO) clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue