Merge branch 'master' into ocis-1715-lighter-runtime

This commit is contained in:
A.Unger
2021-03-12 22:59:44 +01:00
29 changed files with 269 additions and 125 deletions

View File

@@ -2,7 +2,9 @@ SHELL := bash
NAME := store
############ tooling ############
ifneq (, $(shell which go 2> /dev/null)) # supress `command not found warnings` for non go targets in CI
include ../.bingo/Variables.mk
endif
############ go tooling ############
include ../.make/go.mk