mamarjan / gff3-pltools

A fast parallel GFF3 parser
MIT License
15 stars 5 forks source link

Make rake build the tools by default #70

Open pjotrp opened 12 years ago

pjotrp commented 12 years ago

Build rake utilities+libs+test should be the default rake task for this toolset. So we have

rake libs rake utilities rake test

and plain

rake

runs them all.

pjotrp commented 12 years ago

Also provide

rake install

which should copy binaries to /usr/bin, unless another PREFIX is defined. Same for shared libraries. Good preparation for Debian/CloudBiolinux/Galaxy packaging

lomereiter commented 12 years ago

Also there should be an easy way to make debug builds. Don't hard-code compilation flags, please.