Commits


add install-local target


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


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.