Last active
October 22, 2019 03:32
-
-
Save rot26/2dd63c498baf1a5ca53dd0c79c93c10c to your computer and use it in GitHub Desktop.
Revisions
-
rot26 revised this gist
Oct 22, 2019 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,6 @@ ## help: display this help message # Any line prefixed with two hashes will be output on `make help` # The colon `:` is the alignment seperator .PHONY : help help : Makefile @sed -n 's/^##//p' $< | column -t -s: -
rot26 created this gist
Oct 22, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ ## help: Any text with two hashes will be output on `make help` .PHONY : help help : Makefile @sed -n 's/^##//p' $< | column -t -s: