summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-08-20 14:56:22 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-08-24 19:19:43 +0000
commitbd080b45305a311542527443e9108c1cfdff3c93 (patch)
treec0eeff1445210795158e6c3c4f2ae4b3ec5637bc
parent3473701de201dc2d5c24643eca392f0a3236f1bc (diff)
downloadpodman-bd080b45305a311542527443e9108c1cfdff3c93.tar.gz
podman-bd080b45305a311542527443e9108c1cfdff3c93.tar.bz2
podman-bd080b45305a311542527443e9108c1cfdff3c93.zip
Make 'make clean' remove FFJSON generated code
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #1322 Approved by: mheon
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 67596cb76..25a4f40ea 100644
--- a/Makefile
+++ b/Makefile
@@ -133,6 +133,8 @@ clean:
test/copyimg/copyimg \
test/testdata/redis-image \
cmd/podman/varlink/iopodman.go \
+ libpod/container_ffjson.go \
+ libpod/pod_ffjson.go \
$(MANPAGES) ||:
ifdef HAS_PYTHON3
$(MAKE) -C contrib/python/podman clean