style: restructure makefile #4
Reference in New Issue
Block a user
Delete Branch "style/makefile-check"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, the
Makefileis not well structured, and does not follow best practices. With the help ofcheckmake, the Makefile can be forced to follow them.Decisions
lint-makefile, which forces the Makefile to conform to standards.make helpwas set as the default target. This is common practice in the industry.make helpusesgrep|awkto create a command table from##comments after each target. It seems a bit icky, but it is something that Docker, Kubernetes, and Helm all do.lintjob f4b12598f1lintto.PHONYe53ff4f50bWIP: style: restructure makefileto style: restructure makefile