mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
Added .o and .lo to clean-local target
Original commit message from CVS: Added .o and .lo to clean-local target
This commit is contained in:
parent
bc9cbb1643
commit
474109aec6
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ html: sgml
|
|||
-cd html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
|
||||
|
||||
clean-local:
|
||||
rm -f *~ *.bak *.signals *-unused.txt *.args
|
||||
rm -f *~ *.bak *.signals *-unused.txt *.args *.o *.lo
|
||||
|
||||
maintainer-clean-local: clean
|
||||
rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
|
||||
|
|
Loading…
Reference in a new issue