build: clean: rm ${CMDS} too

This commit is contained in:
Ariadne Conill 2020-07-23 10:46:22 -06:00
parent 6e262ab3ed
commit 16dffed37a

View file

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