Skip to content

Instantly share code, notes, and snippets.

View numa08's full-sized avatar
๐Ÿ

Takaya Funabiki numa08

๐Ÿ
View GitHub Profile
@turtlemonvh
turtlemonvh / Makefile
Last active June 6, 2025 08:18
Golang Project Makefile Template
# Borrowed from:
# https://github.com/silven/go-example/blob/master/Makefile
# https://vic.demuzere.be/articles/golang-makefile-crosscompile/
BINARY = superdo
VET_REPORT = vet.report
TEST_REPORT = tests.xml
GOARCH = amd64
VERSION?=?