diff --git a/util/broadcom/secimage/Makefile b/util/broadcom/secimage/Makefile index 132c59e37a..ab8a1a4706 100644 --- a/util/broadcom/secimage/Makefile +++ b/util/broadcom/secimage/Makefile @@ -36,7 +36,7 @@ test: $(TARGET) @find test -maxdepth 1 -type f -executable \ | xargs -I "{}" sh -c "{} $$(realpath $<)" -.PHONY: clean +.PHONY: clean distclean -clean: +clean distclean: $(RM) -f $(TARGET) $(OBJS)