diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-12-16 11:30:33 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-12-16 14:01:15 +0100 |
commit | 5e9196b4ee73d0bca27dfd24cb276cbebad0d30c (patch) | |
tree | 63fe049071f0c0f66613181438710bd4ae9a763a /Makefile.in | |
parent | d4ca360f6632f03e9fb7e9af37aac40d23f1249a (diff) |
Add generated vs-code-template.code-workspace to distclean
Change-Id: I4e8cc80db2f2c4f90e732f163e33c3324ca25a7b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107825
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 7867b26c3f77..f56845c16a82 100644 --- a/Makefile.in +++ b/Makefile.in @@ -219,7 +219,8 @@ distclean : clean compilerplugins-clean $(BUILDDIR)/configure \ $(BUILDDIR)/hardened_runtime.xcent \ $(BUILDDIR)/instsetoo_native/util/openoffice.lst \ - $(BUILDDIR)/sysui/desktop/macosx/Info.plist + $(BUILDDIR)/sysui/desktop/macosx/Info.plist \ + $(BUILDDIR)/vs-code-template.code-workspace $(if $(filter WNT,$(OS)),env -i PATH="$$PATH") $(FIND) $(SRCDIR)/solenv/gdb -name \*.pyc -exec rm {} \; # |