mirror of
https://github.com/matrix-construct/construct
synced 2024-11-11 20:41:10 +01:00
Properly clean up build artifacts.
Author: jackal^ from freenode
This commit is contained in:
parent
4eafa9e62f
commit
b376d0fd46
2 changed files with 10 additions and 0 deletions
|
@ -47,5 +47,13 @@ install-exec-hook:
|
||||||
rm -f ${DESTDIR}${moduledir}/autoload/*.dll.a
|
rm -f ${DESTDIR}${moduledir}/autoload/*.dll.a
|
||||||
rm -f ${DESTDIR}${moduledir}/extensions/*.dll.a
|
rm -f ${DESTDIR}${moduledir}/extensions/*.dll.a
|
||||||
|
|
||||||
|
distclean-local:
|
||||||
|
rm -f librb/include/librb-config.h
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
rm -f include/serno.h
|
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
|
||||||
|
|
|
@ -18,3 +18,5 @@ include/serno.h:
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
rm -f include/serno.h
|
rm -f include/serno.h
|
||||||
|
rm -f src/version.c
|
||||||
|
rm -f src/version.c.last
|
||||||
|
|
Loading…
Reference in a new issue