mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-08-27 20:58:13 +02:00
Modify package scripts to use build/ directory to store tmp directory and output files.
This commit is contained in:
parent
6ffc6f66c5
commit
91bad080ee
4 changed files with 45 additions and 35 deletions
4
Makefile
4
Makefile
|
|
@ -28,10 +28,10 @@ info-file :
|
|||
PACKAGE_PROGRAM=\"build/$(PROGRAM_NAME)\" > scripts/info
|
||||
|
||||
package_deb: info-file
|
||||
./scripts/build.sh deb
|
||||
./scripts/build.sh deb $(realpath build)
|
||||
|
||||
package_freebsd: info-file
|
||||
./scripts/build.sh freebsd
|
||||
./scripts/build.sh freebsd $(realpath build)
|
||||
|
||||
clean:
|
||||
$(GO) clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue