diff options
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r-- | CleanSpec.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk index eb24cca..f78a1b2 100644 --- a/CleanSpec.mk +++ b/CleanSpec.mk @@ -46,7 +46,8 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_intermediates) $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_intermediates) +$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_intermediates) # ************************************************ # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST -# ************************************************
\ No newline at end of file +# ************************************************ |