mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-26 14:08:29 -05:00
24da3687d9
The MAKE_DEPTH variable is not used anywhere anymore.
13 lines
317 B
Makefile
13 lines
317 B
Makefile
SHELL := bash
|
|
NAME := idm
|
|
TAGS := disable_crypt
|
|
|
|
ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI
|
|
include ../../.bingo/Variables.mk
|
|
endif
|
|
|
|
include ../../.make/default.mk
|
|
include ../../.make/go.mk
|
|
include ../../.make/release.mk
|
|
include ../../.make/docs.mk
|