mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-01 21:57:03 +00:00
Reorganized extrafiles to prepare for non-rpmbuild build.
This commit is contained in:
@@ -43,7 +43,7 @@ all: $(binaries)
|
||||
build: $(build-binaries)
|
||||
package: $(package-rpm) $(package-deb)
|
||||
install: $(install-rpm) $(install-deb)
|
||||
$(binaries): %: build-% package-rpm-% install-rpm-% package-deb-% install-deb-% ;
|
||||
$(binaries): %: build-% package-rpm-% package-deb-%
|
||||
|
||||
###
|
||||
# Building the binaries is not in the spec file, because in the spec file you already need to know the version number
|
||||
|
||||
Reference in New Issue
Block a user