From f4aef5ac2e993431e4821ff0367acd7661a9e8f8 Mon Sep 17 00:00:00 2001 From: Etienne Date: Thu, 8 Jun 2023 14:11:19 +0200 Subject: [PATCH] Fix typo in make.bat command to build on windows --- make.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make.bat b/make.bat index c663b76..d3b8a1e 100644 --- a/make.bat +++ b/make.bat @@ -74,7 +74,7 @@ set GOOS=windows set GOARCH=amd64 set GO111MODULE=on set CGO_ENABLED=0 -go build go build ./cmd/scilla +go build ./cmd/scilla echo Create keys.yaml file and add your keys there if you need them. echo See https://github.com/edoardottt/scilla/wiki/Installation echo Done. @@ -85,4 +85,4 @@ del /f scilla.exe echo Done. EXIT /B 0 -:Done \ No newline at end of file +:Done