0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-01-26 16:58:50 +00:00
crazy-max_diun/vendor/github.com/Masterminds/sprig/Makefile
2024-12-14 22:30:21 +01:00

13 lines
175 B
Makefile

HAS_GLIDE := $(shell command -v glide;)
.PHONY: test
test:
go test -v .
.PHONY: setup
setup:
ifndef HAS_GLIDE
go get -u github.com/Masterminds/glide
endif
glide install