mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-16 13:27:37 -04:00
14 lines
273 B
Makefile
14 lines
273 B
Makefile
SHELL := bash
|
|
NAME := antivirus
|
|
|
|
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)
|