From 6606432600930a40a51c58f6f071c87e51ae63b3 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Mon, 20 Jul 2020 07:37:43 -0600 Subject: [PATCH] build: also clean ifquery objects --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9cf2afd..955a24d 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ libifupdown.a: ${LIBIFUPDOWN_OBJ} all: libifupdown.a ${CMDS} clean: - rm -f ${LIBIFUPDOWN_OBJ} + rm -f ${LIBIFUPDOWN_OBJ} ${IFQUERY_OBJ} check: libifupdown.a ${CMDS} kyua test