From a797d1d82c229a6ea53d1f5c85b986b4d24a905d Mon Sep 17 00:00:00 2001 From: abhishek pareek Date: Mon, 18 Sep 2023 17:03:17 +0000 Subject: [PATCH] fix whitespace issue causing make build to fail --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c9ac1d6..e8ee1a5 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ install: build ## builds dperf @echo "Installation successful. To learn more, try \"dperf --help\"." build: - @CGO_ENABLED=0 go build --ldflags "-s -w" + @CGO_ENABLED=0 go build --ldflags "-s -w" clean: @echo "Cleaning up all the generated files"