Makefile: Ensure built libs are removed in clean
This commit ensures that `${LIBIFUPDOWN_LIB}` is removed when `make clean` is run.
This commit is contained in:
parent
b87a0df83d
commit
ff65bd53b5
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -82,6 +82,7 @@ libifupdown.a: ${LIBIFUPDOWN_OBJ}
|
|||
|
||||
clean:
|
||||
rm -f ${LIBIFUPDOWN_OBJ} ${CMD_OBJ}
|
||||
rm -f ${LIBIFUPDOWN_LIB}
|
||||
rm -f ${CMDS} ${MULTICALL}
|
||||
rm -f ${MANPAGES}
|
||||
|
||||
|
|
Loading…
Reference in a new issue