Merge branch 'master' into try-gookikt-config
This commit is contained in:
+3
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user