summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2018-01-14 12:01:13 +0100
committerjan Iversen <jani@libreoffice.org>2018-01-14 12:03:40 +0100
commit0ff9e57e0f4ee7a5bf846ae61fc97012434d3be8 (patch)
tree262e9b96606a6903679c3139a691232604340644 /Makefile.in
parentb70c2e2a4c9e42b6d7fd891e6bcef1a6510d4f63 (diff)
iOS updated "make clean"
make clean now knows how to clean the iOS special part Change-Id: If132172d95823754f0983241a8121d143fcc3007
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 006c98c3f41a..1ccb676795fa 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -174,6 +174,9 @@ clean-host:
rm -fr $(TESTINSTALLDIR)
rm -fr $(INSTDIR)
rm -fr $(WORKDIR)
+ifeq ($(OS),IOS)
+ rm -fr $(SRCDIR)/ios/generated
+endif
clean-build:
ifneq ($(CROSS_COMPILING),)