about summary refs log tree commit diff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
| * auto-generating manpage from README.md (closes #151); redesigned MakefileFilippo Valsorda2012-08-011-12/+17
| |
| * Added install target to Makefile.joehillen2012-07-221-1/+4
|/
* quiet zip in make compilePhilipp Hagemeister2012-05-231-1/+1
|
* Split code as a package, compiled into an executable zipFilippo Valsorda2012-03-251-1/+4
|
* Makefile: Don't use `echo`'s `-e` option for portability.Rogério Brito2011-12-081-2/+4
| | | | | | | | | | | Many systems (including Debian, Ubuntu and derivatives like Linux Mint) use Dash as a noninteractive version of `/bin/sh`, invoked by `make`. Dash's `echo` command doesn't understand the `-e` option and this generates spurious output when running `make`. See [a bugreport][0] for one of the many instances of this bug/feature in action. [0]: https://bugs.launchpad.net/ubuntu/+source/dash/+bug/72167
* Use the dev version in MakefilePhilipp Hagemeister2011-11-211-2/+2
|
* Move code into a separate Python modulePhilipp Hagemeister2011-11-211-3/+4
|
* Automatically generate LATEST_VERSION (Closes #16)Philipp Hagemeister2011-09-131-2/+4
|
* Update Makefile to new README formatPhilipp Hagemeister2011-09-041-2/+2
|
* Add default make targetPhilipp Hagemeister2011-08-281-1/+4
|
* Makefile to recreate READMEPhilipp Hagemeister2011-08-251-0/+15