Skip to content

Instantly share code, notes, and snippets.

@alexedwards
alexedwards / Makefile
Last active October 1, 2024 08:39
Boilerplate Makefile for Go projects
# Change these variables as necessary.
main_package_path = ./cmd/example
binary_name = example
# ==================================================================================== #
# HELPERS
# ==================================================================================== #
## help: print this help message
.PHONY: help