From 16dffed37a48ccb6bfaee0abbcbb9724761b428a Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Thu, 23 Jul 2020 10:46:22 -0600 Subject: [PATCH] build: clean: rm ${CMDS} too --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0a1f262..148b552 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,7 @@ libifupdown.a: ${LIBIFUPDOWN_OBJ} clean: rm -f ${LIBIFUPDOWN_OBJ} ${IFQUERY_OBJ} ${IFUPDOWN_OBJ} + rm -f ${CMDS} check: libifupdown.a ${CMDS} kyua test