Closed richq closed 9 years ago
Prior to this change, touch src/Parser.h would only cause Parser.o to recompile, but Compile.cpp should also have been recompiled since it includes Parser.h. The deps were created, just not included in the Makefile.
touch src/Parser.h
Thanks! That has been bugging me.
Prior to this change,
touch src/Parser.h
would only cause Parser.o to recompile, but Compile.cpp should also have been recompiled since it includes Parser.h. The deps were created, just not included in the Makefile.