Y
Hacker News
new
|
ask
|
show
|
jobs
by
denibertovic
1600 days ago
I've been using this (different snippet though) for about 6 years now. It's great. "Poor man's CLI" is what I call my makefiles. :D Example:
https://github.com/denibertovic/makefiles/blob/master/bare.m...
1 comments
HenrikB
1600 days ago
:thumbsup: This one allows you to put the '## help text' comments on the line just before the target. No need to put them after the prerequisite.
link