Compare commits

...

1 Commits

Author SHA1 Message Date
tkl
d89d83fe01 tmp 2019-07-22 13:28:47 +00:00

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