Makefiles - Best practices and suggestions | MDN - 0 views
-
hardcoded values - avoid them like the plague
-
For classes of hardware (unix/windows) place your makefile in a subdirectory, unix/Makefile.in
-
Initial make call should always be the workhorse: build, generate, deploy, install, etc.
- ...6 more annotations...