conditionally include bingo

This commit is contained in:
Willy Kloucek
2021-03-09 08:40:35 +01:00
parent 0eda3b882b
commit d1701b3035
17 changed files with 36 additions and 0 deletions
+2
View File
@@ -2,7 +2,9 @@ SHELL := bash
NAME := proxy
############ 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