Skip to content

Instantly share code, notes, and snippets.

View mndfcked's full-sized avatar

Jörn D. mndfcked

View GitHub Profile
# Makefile for a go project
#
# Author: Jon Eisen
# site: joneisen.me
#
# Targets:
# all: Builds the code
# build: Builds the code
# fmt: Formats the source files
# clean: cleans the code