build: also clean ifquery objects

This commit is contained in:
Ariadne Conill 2020-07-20 07:37:43 -06:00
parent 7360042d51
commit 6606432600

View file

@ -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