Make 'make clean' remove FFJSON generated code

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>

Closes: #1322
Approved by: mheon
This commit is contained in:
Matthew Heon
2018-08-20 14:56:22 -04:00
committed by Atomic Bot
parent 3473701de2
commit bd080b4530

View File

@ -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