From fc76b136e181f5b81c471b36608239d0fb5a3ecb Mon Sep 17 00:00:00 2001 From: Rodrigo Campos Date: Wed, 28 Feb 2024 11:40:37 -0300 Subject: [PATCH] Makefile: Fix runc-dmz removal Signed-off-by: Rodrigo Campos --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40e9fc1e0..c858a1cee 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ recvtty sd-helper seccompagent fs-idmap memfd-bind pidfd-kill remap-rootfs: .PHONY: clean clean: - rm -f runc runc-* libcontainer/dmz/runc-dmz + rm -f runc runc-* libcontainer/dmz/binary/runc-dmz rm -f contrib/cmd/recvtty/recvtty rm -f contrib/cmd/sd-helper/sd-helper rm -f contrib/cmd/seccompagent/seccompagent