mirror of
https://github.com/containers/skopeo.git
synced 2025-06-23 21:38:02 +00:00
Fix make clean to actually remove binaries
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
d9058b3021
commit
e23b780072
2
Makefile
2
Makefile
@ -128,7 +128,7 @@ docs-in-container:
|
|||||||
skopeobuildimage make docs $(if $(DEBUG),DEBUG=$(DEBUG)) BUILDTAGS='$(BUILDTAGS)'
|
skopeobuildimage make docs $(if $(DEBUG),DEBUG=$(DEBUG)) BUILDTAGS='$(BUILDTAGS)'
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f bin docs/*.1
|
rm -rf bin docs/*.1
|
||||||
|
|
||||||
install: install-binary install-docs install-completions
|
install: install-binary install-docs install-completions
|
||||||
install -d -m 755 ${SIGSTOREDIR}
|
install -d -m 755 ${SIGSTOREDIR}
|
||||||
|
Loading…
Reference in New Issue
Block a user