Commit Briefs

GitHub

Merge pull request #27 from orbea/rm

Use 'rm -f' in Makefile


orbea

Use 'rm -f' in Makefile



Marcel Rodrigues

Merge pull request #20 from Ypnose/master

Makefile: add external LDFLAGS




Marcel Rodrigues

Add support for locale-based multibyte strings.

With this change, Rover assumes that all pathnames are encoded according to the user's locale. This requires linking to a curses library that supports wide character functions such as get_wch().


Marcel Rodrigues

Fix multibyte string positioning.


Marcel Rodrigues

Added removal option to the makefile.


Marcel Rodrigues

Make file sizes human readable.


Marcel Rodrigues

Remove unused rule.

The rule had a typo and was not necessary anyway...


Marcel Rodrigues

Remove CFLAGS for portability.


Marcel Rodrigues

Do not strip symbols.


Marcel Rodrigues

Install manual.


Marcel Rodrigues

More conventional Makefile.