Properly clean up build artifacts.

Author: jackal^ from freenode
This commit is contained in:
Elizabeth Myers 2016-04-08 10:33:36 -05:00
parent 4eafa9e62f
commit b376d0fd46
2 changed files with 10 additions and 0 deletions

View File

@ -47,5 +47,13 @@ install-exec-hook:
rm -f ${DESTDIR}${moduledir}/autoload/*.dll.a
rm -f ${DESTDIR}${moduledir}/extensions/*.dll.a
distclean-local:
rm -f librb/include/librb-config.h
clean-local:
rm -f include/serno.h
rm -f ircd/ircd_lexer.c
rm -f ircd/ircd_parser.c
rm -f ircd/ircd_parser.h
rm -f ircd/version.c
rm -f ircd/version.c.last

View File

@ -18,3 +18,5 @@ include/serno.h:
clean-local:
rm -f include/serno.h
rm -f src/version.c
rm -f src/version.c.last