diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-07-20 14:17:37 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-07-20 15:09:54 -0400 |
commit | 841eac0af651d7afa4749a65f4e773815b5c715c (patch) | |
tree | c77b9d49238626f93839206c37da8bf7d8b9505b /Makefile | |
parent | 0d26a573e3cf8cc5baea84206a86cb83b433b6d5 (diff) | |
download | podman-841eac0af651d7afa4749a65f4e773815b5c715c.tar.gz podman-841eac0af651d7afa4749a65f4e773815b5c715c.tar.bz2 podman-841eac0af651d7afa4749a65f4e773815b5c715c.zip |
Switch references from libpod.conf to containers.conf
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -263,6 +263,7 @@ clean: ## Clean artifacts libpod/container_easyjson.go \ libpod/pod_easyjson.go \ docs/build + make -C docs clean .PHONY: libpodimage libpodimage: ## Build the libpod image |