Skip to content

Commit

Permalink
Revert "MN-574-2 (#74)" (#78)
Browse files Browse the repository at this point in the history
This reverts commit dbc9e6c.
  • Loading branch information
pavlushev authored Sep 7, 2020
1 parent df73e5d commit 8e3fe17
Show file tree
Hide file tree
Showing 389 changed files with 11,428 additions and 65,751 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ INSOLAR = insolar
INSOLARD = insolard
BENCHMARK = benchmark
AIRDROP = airdrop
INTEGRUM = integrum
REQUESTER= requester

ALL_PACKAGES = ./...
Expand Down Expand Up @@ -91,7 +90,7 @@ vendor: ## update vendor dependencies
go mod vendor

.PHONY: build
build: $(BIN_DIR) $(INSOLARD) $(INSOLAR) $(BENCHMARK) $(AIRDROP) $(INTEGRUM) $(REQUESTER)## build all binaries
build: $(BIN_DIR) $(INSOLARD) $(INSOLAR) $(BENCHMARK) $(AIRDROP) $(REQUESTER)## build all binaries
$(BIN_DIR):
mkdir -p $(BIN_DIR)

Expand All @@ -111,10 +110,6 @@ $(BENCHMARK):
$(AIRDROP):
$(GOBUILD) -o $(BIN_DIR)/$(AIRDROP) -ldflags "${LDFLAGS}" application/cmd/airdrop/*.go

.PHONY: $(INTEGRUM)
$(INTEGRUM):
$(GOBUILD) -o $(BIN_DIR)/$(INTEGRUM) -ldflags "${LDFLAGS}" application/cmd/integrum/*.go

.PHONY: $(REQUESTER)
$(REQUESTER):
$(GOBUILD) -o $(BIN_DIR)/$(REQUESTER) application/cmd/requester/*.go
Expand Down
Loading

0 comments on commit 8e3fe17

Please sign in to comment.