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

Popular posts from this blog

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -