1
0
mirror of https://github.com/containers/skopeo.git synced 2025-05-06 06:56:57 +00:00

Fix make clean to actually remove binaries

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh 2020-08-02 07:02:46 -04:00
parent d9058b3021
commit e23b780072
No known key found for this signature in database
GPG Key ID: A2DF901DABE2C028

View File

@ -128,7 +128,7 @@ docs-in-container:
skopeobuildimage make docs $(if $(DEBUG),DEBUG=$(DEBUG)) BUILDTAGS='$(BUILDTAGS)'
clean:
rm -f bin docs/*.1
rm -rf bin docs/*.1
install: install-binary install-docs install-completions
install -d -m 755 ${SIGSTOREDIR}