Add modules command
This commit is contained in:
parent
ce1d8ce03f
commit
e17a1cd920
5
Makefile
5
Makefile
@ -63,6 +63,11 @@ install:
|
|||||||
@ echo "+ $@"
|
@ echo "+ $@"
|
||||||
@ go install .
|
@ go install .
|
||||||
|
|
||||||
|
modules:
|
||||||
|
@ echo "+ $@"
|
||||||
|
@ go mod tidy
|
||||||
|
@ go mod vendor
|
||||||
|
|
||||||
build-all: build build-linux build-mac
|
build-all: build build-linux build-mac
|
||||||
|
|
||||||
.PHONY: default test build build-linux build-mac run install
|
.PHONY: default test build build-linux build-mac run install
|
||||||
|
Loading…
Reference in New Issue
Block a user