This commit is contained in:
tkl 2019-07-22 13:28:47 +00:00
parent 39592bc80e
commit d89d83fe01

View File

@ -140,3 +140,4 @@ $(UNIT_TEST_OBJ_DIR)/%.o: $(UNIT_TEST_SRC_DIR)/%.c $(UNIT_TEST_OBJ_DIR)/%.d
ifneq ($(MAKECMDGOALS),clean)
-include $(patsubst %.o,%.d,$(OBJS))
endif