Skip to content

Commit

Permalink
Merge pull request #704 from comdex-official/make-ref
Browse files Browse the repository at this point in the history
Refactor make file
  • Loading branch information
dheerajkd30 authored Mar 2, 2023
2 parents 6ceaddc + 8352989 commit 6de8ed8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ endif
#$(info $$BUILD_FLAGS is [$(BUILD_FLAGS)])


all: install test
all: install
@echo "--> project root: go mod tidy"
@go mod tidy

go-mod-cache: go.sum
@echo "--> Download go modules to local cache"
Expand All @@ -108,6 +110,7 @@ distclean: clean
rm -rf vendor/

install: go.sum
@echo "--> installing"
go install -mod=readonly $(BUILD_FLAGS) ./cmd/comdex

build:
Expand Down

0 comments on commit 6de8ed8

Please sign in to comment.