Kaydet (Commit) 0ff9e57e authored tarafından jan Iversen's avatar jan Iversen

iOS updated "make clean"

make clean now knows how to clean the iOS special part

Change-Id: If132172d95823754f0983241a8121d143fcc3007
üst b70c2e2a
......@@ -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),)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment