2023-01-12 17:13:12 +08:00
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
2023-09-16 16:05:42 +08:00
|
|
|
@@ -211,7 +211,7 @@ GV_SHA=407efb5dcdb0f4445935f7360535800b6
|
2023-01-12 17:13:12 +08:00
|
|
|
default: all
|
|
|
|
|
|
|
|
.PHONY: all
|
|
|
|
-all: binaries docs
|
|
|
|
+all: binaries
|
|
|
|
|
|
|
|
.PHONY: binaries
|
|
|
|
ifeq ($(shell uname -s),FreeBSD)
|
2023-09-16 16:05:42 +08:00
|
|
|
@@ -798,7 +798,7 @@ rpm-install: package ## Install rpm pac
|
2023-01-12 17:13:12 +08:00
|
|
|
/usr/bin/podman info # will catch a broken conmon
|
|
|
|
|
|
|
|
.PHONY: install
|
|
|
|
-install: install.bin install.remote install.man install.systemd ## Install binaries to system locations
|
|
|
|
+install: install.bin install.remote install.systemd ## Install binaries to system locations
|
|
|
|
|
|
|
|
.PHONY: install.catatonit
|
|
|
|
install.catatonit:
|