Skip to content
View cuberat's full-sized avatar

Block or report cuberat

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Code and configuration snippets to p... Code and configuration snippets to produce usage messages from makefile targets
    1
    # For usage information, invoke this makefile without a target.
    2
    .DEFAULT_GOAL = help
    3
    
                  
    4
    all: help
    5