Make
Targets Commands
Standard Makefile targets follow conventions that make projects easier to build and maintain. Learn the typical targets used across projects.
8 commands
Pro Tips
Declare non-file targets as .PHONY to avoid conflicts with files.
Add a 'help' target to document available targets.