Commits


mark targets as PHONY


change parens style


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


add some warnings


clean also the object files


tweak the makefile (fmt and portability)


fork & rename the project


Merge pull request #27 from orbea/rm Use 'rm -f' in Makefile


Use 'rm -f' in Makefile


Don't use install(1). Fix file mode of manpage.


Merge pull request #20 from Ypnose/master Makefile: add external LDFLAGS


Makefile: add external LDFLAGS


Move define to C source to unclutter CFLAGS.


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


Fix multibyte string positioning.