From 49fd6fb8926aa1dc3de432ff5125c3029096af4a Mon Sep 17 00:00:00 2001 From: David Allen Date: Thu, 1 Aug 2024 16:10:35 -0600 Subject: [PATCH] Changed space indentations to tabs in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 900909f..5273190 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ exe: $(prog) # build named executable from go sources $(prog): $(sources) - go build --tags=all -o $(prog) + go build --tags=all -o $(prog) .PHONY: container container: binaries plugins