build: also clean ifquery objects
This commit is contained in:
parent
7360042d51
commit
6606432600
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -35,7 +35,7 @@ libifupdown.a: ${LIBIFUPDOWN_OBJ}
|
||||||
all: libifupdown.a ${CMDS}
|
all: libifupdown.a ${CMDS}
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f ${LIBIFUPDOWN_OBJ}
|
rm -f ${LIBIFUPDOWN_OBJ} ${IFQUERY_OBJ}
|
||||||
|
|
||||||
check: libifupdown.a ${CMDS}
|
check: libifupdown.a ${CMDS}
|
||||||
kyua test
|
kyua test
|
||||||
|
|
Loading…
Reference in a new issue