Merge pull request #17 from AdelieLinux/full-clean
Makefile: Ensure built libs are removed in `clean`
This commit is contained in:
commit
41e9751ac0
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -82,6 +82,7 @@ libifupdown.a: ${LIBIFUPDOWN_OBJ}
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f ${LIBIFUPDOWN_OBJ} ${CMD_OBJ}
|
rm -f ${LIBIFUPDOWN_OBJ} ${CMD_OBJ}
|
||||||
|
rm -f ${LIBIFUPDOWN_LIB}
|
||||||
rm -f ${CMDS} ${MULTICALL}
|
rm -f ${CMDS} ${MULTICALL}
|
||||||
rm -f ${MANPAGES}
|
rm -f ${MANPAGES}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue