1
0
Fork 0
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:
Henrik Hautakoski 2020-06-09 17:01:01 +02:00
parent e547ac7062
commit 767508c4f0
3 changed files with 39 additions and 13 deletions

View file

@ -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