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-21 09:29:01 -0400 |
commit | 330e9144bd49a090484ade39339b3c3453253105 (patch) | |
tree | dabfd54dced8fd684d290927d4a96642f98dc828 /Makefile | |
parent | a5a5ad184ef8e890bfd083052005e6d862c62729 (diff) | |
download | podman-330e9144bd49a090484ade39339b3c3453253105.tar.gz podman-330e9144bd49a090484ade39339b3c3453253105.tar.bz2 podman-330e9144bd49a090484ade39339b3c3453253105.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
@@ -274,6 +274,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 |