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

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

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

google shop client API returns 400 bad request error while adding an item -