in the makefile there is written:
# Include the dependency files
-include $(wildcard $(OBJDIR)/*.d)
and through the cmd windows it say:
E:\A_1_Projekt>make clean
makefile:394: no file name for `-include'
Cleaning project:
rm -rf obj
rm -rf docs/html
So my question is, what does this line means ( no file name for `-include') and how can i fix this?