c - Include matter in makefile? -
in makefile there written:
# include dependency files -include $(wildcard $(objdir)/*.d)
and through cmd windows say:
e:\a_1_projekt>make clean makefile:394: no file name `-include' cleaning project: rm -rf obj rm -rf docs/html
so question is, line means ( no file name `-include') , how can fix this?
Comments
Post a Comment