Skip to content

Commit

Permalink
revert make build
Browse files Browse the repository at this point in the history
  • Loading branch information
dhogaivannan committed Jul 6, 2022
1 parent dddc07e commit 01933c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ all: install test
install: go.sum
go install -mod=readonly $(BUILD_FLAGS) ./cmd/comdex

build:
go build $(BUILD_FLAGS) -o bin/comdex ./cmd/comdex

release: install
mkdir -p release
ifeq (${OS},Windows_NT)
Expand Down

0 comments on commit 01933c9

Please sign in to comment.