mirror of
https://github.com/mudler/luet.git
synced 2025-04-28 03:30:09 +00:00
Update Makefile
This commit is contained in:
parent
939f66a11b
commit
0e36dbe10a
8
Makefile
8
Makefile
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user