SyntaxFix
Write A Post
Hire A Developer
Questions
GNU Make also allows you to specify the default make target using a special variable called .DEFAULT_GOAL. You can even unset this variable in the middle of the Makefile, causing the next target in the file to become the default target.
.DEFAULT_GOAL
Ref: The Gnu Make manual - Special Variables