mirror of
https://github.com/mudler/luet.git
synced 2025-08-01 23:41:37 +00:00
Update Makefile
This commit is contained in:
parent
939f66a11b
commit
0e36dbe10a
8
Makefile
8
Makefile
@ -48,10 +48,10 @@ clean:
|
|||||||
deps:
|
deps:
|
||||||
go env
|
go env
|
||||||
# Installing dependencies...
|
# Installing dependencies...
|
||||||
GO111MODULE=off go get golang.org/x/lint/golint
|
go get golang.org/x/lint/golint
|
||||||
GO111MODULE=off go get github.com/mitchellh/gox
|
go get github.com/mitchellh/gox
|
||||||
GO111MODULE=off go get github.com/onsi/ginkgo/ginkgo
|
go get github.com/onsi/ginkgo/ginkgo
|
||||||
GO111MODULE=off go get github.com/onsi/gomega/...
|
go get github.com/onsi/gomega/...
|
||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user