mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-23 22:29:59 -05:00
10 lines
221 B
Makefile
10 lines
221 B
Makefile
SHELL := bash
|
|
NAME := postprocessing
|
|
|
|
include ../../.bingo/Variables.mk
|
|
include ../../.make/default.mk
|
|
include ../../.make/recursion.mk
|
|
include ../../.make/go.mk
|
|
include ../../.make/release.mk
|
|
include ../../.make/docs.mk
|