File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -232,11 +232,11 @@ all: binaries docs
232
232
233
233
.PHONY : binaries
234
234
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
236
236
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
238
238
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
240
240
endif
241
241
242
242
# Extract text following double-# for targets, as their description for
You can’t perform that action at this time.
0 commit comments