diff --git a/Makefile b/Makefile index c063cc0..e74ca60 100644 --- a/Makefile +++ b/Makefile @@ -15,5 +15,7 @@ $(OUT): $(OBJS) ln -f $(OUT) sdm845-debugcc ln -f $(OUT) sm8350-debugcc +$(OBJS): %.o: debugcc.h + clean: rm -f $(OUT) $(OBJS) *-debugcc