SyntaxFix
Write A Post
Hire A Developer
Questions
The following works for me:
DEPS := $(OBJS:.o=.d) -include $(DEPS) %.o: %.cpp $(CXX) $(CFLAGS) -MMD -c -o $@ $<