mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-01 02:30:48 -05:00
14 lines
249 B
Makefile
14 lines
249 B
Makefile
SHELL := bash
|
|
NAME := pkg
|
|
|
|
include ../.bingo/Variables.mk
|
|
include ../.make/default.mk
|
|
include ../.make/recursion.mk
|
|
include ../.make/go.mk
|
|
include ../.make/release.mk
|
|
include ../.make/docs.mk
|
|
|
|
.PHONY: go-generate
|
|
go-generate: $(MOCKERY)
|
|
$(MOCKERY)
|