Merge pull request #17 from AdelieLinux/full-clean

Makefile: Ensure built libs are removed in `clean`
This commit is contained in:
Ariadne Conill 2020-08-11 19:23:25 -06:00 committed by GitHub
commit 41e9751ac0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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