mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-31 18:19:32 -05:00
12 lines
207 B
Makefile
12 lines
207 B
Makefile
SHELL := bash
|
|
NAME := protogen
|
|
|
|
include ../.bingo/Variables.mk
|
|
include ../.make/default.mk
|
|
include ../.make/recursion.mk
|
|
include ../.make/generate.mk
|
|
|
|
.PHONY: go-generate
|
|
go-generate: $(MOCKERY)
|
|
$(MOCKERY)
|