Skip to content

Commit

Permalink
fix(Makefile): always execute akash, install
Browse files Browse the repository at this point in the history
  • Loading branch information
boz committed Nov 27, 2020
1 parent 703711d commit c6a3e29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions make/releasing.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ bins: $(BINS)
build:
$(GO) build ./...

.PHONY: akash
akash:
$(GO) build $(BUILD_FLAGS) ./cmd/akash

.PHONY: install
install:
$(GO) install $(BUILD_FLAGS) ./cmd/akash

Expand Down

0 comments on commit c6a3e29

Please sign in to comment.