Skip to content

Instantly share code, notes, and snippets.

View depressiveRobot's full-sized avatar

Marvin Frommhold depressiveRobot

View GitHub Profile
@depressiveRobot
depressiveRobot / Makefile
Last active October 17, 2017 16:07 — forked from rcmachado/Makefile
Help target for self-documentation of a Makefile
.PHONY: # add tasks here to avoid timestamp checks
default: help
# Based on https://gist.github.com/prwhite/8168133#comment-1313022
## Another dummy task
dummy-task:
echo dummy
## This help screen