Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 259 Bytes

File metadata and controls

17 lines (13 loc) · 259 Bytes

makes

Makefiles for this and that...

Using a bash function like:

function makes () {
  curl --silent https://raw.githubusercontent.com/pyfidelity/makes/master/$1 | make --file=-
}

makes this convenient to use:

$ makes buildout