Skip to content

Instantly share code, notes, and snippets.

View Aerochrome's full-sized avatar
:shipit:
On Duty

Philipp Lätsch Aerochrome

:shipit:
On Duty
  • Germany
  • 02:52 (UTC +02:00)
View GitHub Profile
@alexedwards
alexedwards / Makefile
Last active May 4, 2024 18:29
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