Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler authored Jun 24, 2024
1 parent 939f66a commit 0e36dbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ clean:
deps:
go env
# Installing dependencies...
GO111MODULE=off go get golang.org/x/lint/golint
GO111MODULE=off go get github.com/mitchellh/gox
GO111MODULE=off go get github.com/onsi/ginkgo/ginkgo
GO111MODULE=off go get github.com/onsi/gomega/...
go get golang.org/x/lint/golint
go get github.com/mitchellh/gox
go get github.com/onsi/ginkgo/ginkgo
go get github.com/onsi/gomega/...

.PHONY: build
build:
Expand Down

0 comments on commit 0e36dbe

Please sign in to comment.