Skip to content

Instantly share code, notes, and snippets.

@lil5
Created December 4, 2024 13:43
Show Gist options
  • Save lil5/bb33d57ea32d8b2fc44aba305df69bb4 to your computer and use it in GitHub Desktop.
Save lil5/bb33d57ea32d8b2fc44aba305df69bb4 to your computer and use it in GitHub Desktop.
The ultimate makefile for GoLang
default:
@grep '^[^#[:space:].].*:' Makefile
start:
go run .
.PHONY=build
build:
go build .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment