Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.
/ makedesc Public archive

Tool for getting a list of targets for a Makefile.

License

Notifications You must be signed in to change notification settings

leighmcculloch/makedesc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

makedesc

Makedesc is a tool for getting a list of targets for a Makefile.

Install

go get 4d63.com/makedesc

Mac

curl -o /usr/local/bin/makedesc https://raw.githubusercontent.com/leighmcculloch/makedesc/binaries/mac/amd64/makedesc && chmod +x /usr/local/bin/makedesc

Linux

curl -o /usr/local/bin/makedesc https://raw.githubusercontent.com/leighmcculloch/makedesc/binaries/linux/amd64/makedesc && chmod +x /usr/local/bin/makedesc

Windows

Download the executable, and save it to your path.

Usage

$ makedesc -help
Makedesc is a tool for describing makefiles.

Usage:

  makedesc [-file=Makefile]

  Flags:

    -file string
          a Makefile (default "Makefile")
    -help
	  print this help list

About

Tool for getting a list of targets for a Makefile.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published