Skip to content

Commit fc76b13

Browse files
committed
Makefile: Fix runc-dmz removal
Signed-off-by: Rodrigo Campos <[email protected]>
1 parent 46b7210 commit fc76b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ recvtty sd-helper seccompagent fs-idmap memfd-bind pidfd-kill remap-rootfs:
7979

8080
.PHONY: clean
8181
clean:
82-
rm -f runc runc-* libcontainer/dmz/runc-dmz
82+
rm -f runc runc-* libcontainer/dmz/binary/runc-dmz
8383
rm -f contrib/cmd/recvtty/recvtty
8484
rm -f contrib/cmd/sd-helper/sd-helper
8585
rm -f contrib/cmd/seccompagent/seccompagent

0 commit comments

Comments
 (0)