Skip to content

Commit

Permalink
fix(Makefile): put protoc before wire
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK authored and jkuri committed Jun 25, 2021
1 parent d577950 commit f9e51c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CGO_ENABLED=1

all: build

build: build_ui statik wire protoc server worker
build: build_ui statik protoc wire server worker

release:
@CGO_ENABLED=${CGO_ENABLED} gox -osarch="darwin/amd64 linux/amd64 linux/arm linux/386" -ldflags "-X ${ABSTRUSE_VERSION_PATH}.GitCommit=${GIT_COMMIT} -X ${ABSTRUSE_VERSION_PATH}.UIVersion=${ABSTRUSE_UI_VERSION} -X ${ABSTRUSE_VERSION_PATH}.BuildDate=${BUILD_DATE}" -output build/{{.Dir}}_{{.OS}}_{{.Arch}} ./cmd/abstruse-server
Expand Down

0 comments on commit f9e51c8

Please sign in to comment.