Skip to content

Commit

Permalink
Do not use 'go mod download' to build
Browse files Browse the repository at this point in the history
  • Loading branch information
lebauce committed Mar 28, 2024
1 parent 9029268 commit 38ff495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,14 @@ endef
$(call GOCOMPILE,build)

.PHONY: build
build: gopath moddownload genlocalfiles .build
build: gopath genlocalfiles .build

.PHONY: .install
.install:
$(call GOCOMPILE,install)

.PHONY: skydive
skydive: gopath moddownload genlocalfiles .install
skydive: gopath genlocalfiles .install

.PHONY: skydive.clean
skydive.clean:
Expand Down

0 comments on commit 38ff495

Please sign in to comment.