Merge branch 'master' into try-gookikt-config

This commit is contained in:
A.Unger
2021-11-16 13:29:07 +01:00
48 changed files with 32365 additions and 22310 deletions
+3 -2
View File
@@ -1,6 +1,8 @@
SHELL := bash
NAME := ocs
include ../.make/recursion.mk
############ tooling ############
ifneq (, $(shell which go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI
include ../.bingo/Variables.mk
@@ -26,5 +28,4 @@ ci-go-generate: # CI runs ci-node-generate automatically before this target
@go generate ./...
.PHONY: ci-node-generate
ci-node-generate:
@make -C ../accounts ci-node-generate
ci-node-generate: