From 450a282c2d607dcb67bd2d3c3a2f75323e75bf95 Mon Sep 17 00:00:00 2001 From: Jarek Kowalski Date: Fri, 18 Dec 2020 10:11:33 -0800 Subject: [PATCH] Makefile: removed stale comment --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index d5a939282..0a5467e97 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,6 @@ kopia-ui: # build-current-os compiles a binary for the current os/arch in the same location as goreleaser # kopia-ui build needs this particular location to embed the correct server binary. -# the binary does not embed actual UI. build-current-os: html-ui-bindata go build -o dist/kopia_$(shell go env GOOS)_$(shell go env GOARCH)$(exe_suffix) -tags embedhtml