What is the default target when building a project?

For Makefile and Ninja generators at least, yes it is all, but for other generators it is called ALL_BUILD (not sure if any use ALL off the top of my head).