Skip to content

Commit b147284

Browse files
Merge pull request #26734 from osalbahr/makefile-clarify-binaries
Makefile: Clarify different `binaries` targets
2 parents dafc0c4 + 32ec523 commit b147284

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,11 +232,11 @@ all: binaries docs
232232

233233
.PHONY: binaries
234234
ifeq ($(GOOS),freebsd)
235-
binaries: podman podman-remote ## Build podman and podman-remote binaries
235+
binaries: podman podman-remote ## (FreeBSD) Build podman and podman-remote binaries
236236
else ifneq (, $(findstring $(GOOS),darwin windows))
237-
binaries: podman-remote ## Build podman-remote (client) only binaries
237+
binaries: podman-remote ## (macOS/Windows) Build podman-remote (client) only binaries
238238
else
239-
binaries: podman podman-remote podman-testing podmansh rootlessport quadlet ## Build podman, podman-remote and rootlessport binaries quadlet
239+
binaries: podman podman-remote podman-testing podmansh rootlessport quadlet ## (Linux) Build podman, podman-remote and rootlessport binaries quadlet
240240
endif
241241

242242
# Extract text following double-# for targets, as their description for

0 commit comments

Comments
 (0)