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

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -