Skip to content

Instantly share code, notes, and snippets.

@syffer
syffer / Makefile
Last active March 29, 2021 12:52 — forked from klmr/Makefile
Self-documenting makefiles
include help.make
.DEFAULT_GOAL := help
## a simple target
## with multi-line documentation
target:
@echo "simple target"