Skip to content

Commit

Permalink
Makefile: removed stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowalski committed Dec 18, 2020
1 parent 7873fe8 commit 450a282
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 450a282

Please sign in to comment.