From 2d508b34c03438e8a95d0bbf1dbaed766f710aec Mon Sep 17 00:00:00 2001 From: LexLuthr <88259624+LexLuthr@users.noreply.github.com> Date: Mon, 20 Jun 2022 16:51:34 +0530 Subject: [PATCH] add calibnet flag --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index f0e7dba11..87e0746df 100644 --- a/Makefile +++ b/Makefile @@ -72,6 +72,9 @@ CLEAN+=build/.update-modules debug: GOFLAGS+=-tags=debug debug: build-go +calibnet: GOFLAGS+=-tags=calibnet +calibnet: build-go + deps: $(BUILD_DEPS) .PHONY: deps