mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-01 09:42:12 +00:00
Added install options to Makefile
This commit is contained in:
parent
72169b0bc1
commit
f29a97c4df
@ -35,11 +35,13 @@ endif
|
||||
binaries = tendermint basecoin ethermint
|
||||
build-binaries = build-tendermint build-basecoin build-ethermint
|
||||
package-binaries = package-tendermint package-basecoin package-ethermint
|
||||
install-binaries = install-tendermint install-basecoin install-ethermint
|
||||
|
||||
all: $(binaries)
|
||||
build: $(build-binaries)
|
||||
package: $(package-binaries)
|
||||
$(binaries): %: build-% package-% ;
|
||||
install: $(install-binaries)
|
||||
$(binaries): %: build-% package-% install-% ;
|
||||
|
||||
###
|
||||
# Building the binaries is not in the spec file, because in the spec file you already need to know the version number
|
||||
|
Loading…
x
Reference in New Issue
Block a user