Skip to content

Commit

Permalink
Merge pull request #325 from comdex-official/release-make
Browse files Browse the repository at this point in the history
revert make build
  • Loading branch information
dheerajkd30 authored Jul 6, 2022
2 parents 778cd39 + 01933c9 commit 9490ee7
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 9490ee7

Please sign in to comment.