Add modules command

This commit is contained in:
erroneousboat 2019-09-28 13:10:48 +02:00
parent ce1d8ce03f
commit e17a1cd920

View File

@ -63,6 +63,11 @@ install:
@ echo "+ $@"
@ go install .
modules:
@ echo "+ $@"
@ go mod tidy
@ go mod vendor
build-all: build build-linux build-mac
.PHONY: default test build build-linux build-mac run install