Changed space indentations to tabs in Makefile

This commit is contained in:
David Allen 2024-08-01 16:10:35 -06:00
parent 7a1b57931e
commit 49fd6fb892
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC

View file

@ -21,7 +21,7 @@ exe: $(prog)
# build named executable from go sources # build named executable from go sources
$(prog): $(sources) $(prog): $(sources)
go build --tags=all -o $(prog) go build --tags=all -o $(prog)
.PHONY: container .PHONY: container
container: binaries plugins container: binaries plugins