From 441fa59e341b60d90a8b0fb04c2bae1334922755 Mon Sep 17 00:00:00 2001 From: Akilan Date: Sun, 9 May 2021 05:38:26 +0400 Subject: [PATCH] make set config added --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index a9a3a51..dcb8290 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,9 @@ install: build: go build . +config: + ./p2p-rendering-computation --SetDefaultConfig + run: go run main.go