Commit Briefs

Omar Polo

enable debugging

will (hopefully) remember to turn it off again before tagging a release.


Omar Polo

mark targets as PHONY


Omar Polo

change parens style


Omar Polo

handy DEBUG variable

really handy for things like make DEBUG='-O0 -g' or to decomment it during development.


Omar Polo

add some warnings


Omar Polo

clean also the object files



Omar Polo

fork & rename the project


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().