Commit 5a5b7550 authored by Adam Wujek's avatar Adam Wujek

sw/Makefile: fix image_ub_clean

Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent e8aafdb9
......@@ -690,7 +690,7 @@ image_ub_artifacts: image_ub_build
image_ub_clean:
$(VT)echo "$(CO)Clean image.ub...$(NC)" $(LOGT)
$(V) rm "$(IMAGE_UB_DIR)"/image.ub $(LOG)
$(V) rm -f "$(IMAGE_UB_DIR)"/image.ub $(LOG)
$(V) rm -f _done/image_ub_artifacts _done/image_ub_build _done/image_ub_config $(LOG)
$(VT)echo "$(CO)Clean image.ub... done$(NC)" $(LOGT)
......
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