Makefile output potentially too verbose #276
Labels
documentation
Involves touching documentation
enhancement
make
Involves touching GNU Makefiles
tests
Involves touching tests
Feature Request
Describe the new feature:
Right now, the generated
Makefile
spits out every gory detail of what is being compiled with the full compilation command. Wouldn't it be nicer if we did something like what CMake does? They doSuggested change:
color_out.mk
file from thetests
directory (or something like it).main.cpp -> obj/gt/main.o
Alternative approaches:
We could skip this feature request, as it is mostly cosmetic.
Another approach could be to copy what is in a CMake autogenerated
Makefile
.The text was updated successfully, but these errors were encountered: