SyntaxFix
Write A Post
Hire A Developer
Questions
Make's substitutions feature is nice and helped me to write
%.i: src/%.c $(INCLUDE) gcc -E $(CPPFLAGS) $(INCLUDE:%=-I %) $< > $@
You might find this useful, because it asks make to check for changes in include folders too
make